emacs-magit
Emacs interface for the Git version control system
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.
- Versions: 4.4.2
- Website: https://magit.vc/
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-magit as follows:
guix install emacs-magit
Or install a particular version:
guix install emacs-magit@4.4.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of emacs-magit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-magit'><img src='https://packages.guix.gnu.org/packages/emacs-magit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-magit)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-magit][https://packages.guix.gnu.org/packages/emacs-magit/badges/latest-version.svg]]