Questions tagged [magit]

Magit is an Emacs mode for interacting with Git.

Magit is an interface to the version control system Git, implemented as an Emacs extension.

Unlike the Version Control package which is part of Emacs and strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore better take advantage of its native features.

With Magit, you can inspect and modify your Git repositories with Emacs. You can review and commit the changes you have made to the tracked files, for example, and you can browse the history of past changes. There is support for cherry picking, reverting, merging, rebasing, and other common Git operations.

Magit's maintainer prefers if questions are asked on the dedicated Emacs Stackexchange site instead of here.

168 questions
-1
votes
3 answers

Is there a way to jump straight to the magit-status page of another git project?

My general workflow for going to another project is projectile-switch-project which pops up a helm interface for picking a project select a project select a file within the project to open the file then run magit-status Is there a way to combine…
irregular
  • 1,437
  • 3
  • 20
  • 39
-1
votes
1 answer

Magit: show buffer with pre-commit hooks output on error

This is similar to Magit : how to see pre-commit hooks before editing commit log? I use a package called pre-commit (unfortunate name) that runs several checks on git's pre-commit hook. When these checks fail, I can see their output in magit process…
Matteo Gamboz
  • 373
  • 3
  • 11
-1
votes
1 answer

How to apply patch in reverse?

How, if possible, to apply patch in reverse with Magit?
xged
  • 1,207
  • 1
  • 14
  • 20
1 2 3
11
12