Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magit/magit
It's Magit! A Git Porcelain inside Emacs.
https://github.com/magit/magit
emacs git magit
Last synced: 6 days ago
JSON representation
It's Magit! A Git Porcelain inside Emacs.
- Host: GitHub
- URL: https://github.com/magit/magit
- Owner: magit
- License: gpl-3.0
- Created: 2010-05-07T19:07:04.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:49:48.000Z (3 months ago)
- Last Synced: 2024-10-29T15:04:26.217Z (2 months ago)
- Topics: emacs, git, magit
- Language: Emacs Lisp
- Homepage: https://magit.vc
- Size: 28.7 MB
- Stars: 6,575
- Watchers: 148
- Forks: 820
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - magit - It's Magit! A Git porcelain inside Emacs. (Emacs Lisp)
- trackawesomelist - magit-mode (⭐6.6k) - Git porcelain within Emacs. (Recently Updated / [Dec 16, 2024](/content/2024/12/16/README.md))
- awesome-ansible - magit-mode - Git porcelain within Emacs. (Editor and IDE Integrations / French)
README
A Git Porcelain inside Emacs
homepage |
manual |
faq |
wiki |
mastodon
Magit is an interface to the version control system
Git, implemented as an
Emacs package.
Magit aspires to be a complete Git porcelain. While we cannot
(yet) claim that Magit wraps and improves upon each and every Git
command, it is complete enough to allow even experienced Git users
to perform almost all of their daily version control tasks directly
from within Emacs. While many fine Git clients exist, only Magit
and Git itself deserve to be called porcelains.
Keeping its users this excited is
a lot of work
.
If Magit makes you
more productive too,
then please consider making a donation.
Thank you! — Jonas Bernoulli
### Getting Started
If you are new to Magit, then either one of the following two
articles should help understanding how it differs from other Git
clients.#### [Visual Magit walk-through](https://emacsair.me/2017/09/01/magit-walk-through)
If you are completely new to Magit, then this article is a good
visual introduction.Almost everything that you see in Magit can be acted on by pressing
some key, but that's not obvious from just seeing how Magit looks.
The screenshots and accompanying text of this article explain how to
perform a variety of actions on Magit's output.#### [Magit, the magical Git interface](https://emacsair.me/2017/09/01/the-magical-git-interface)
Magit differs significantly from other Git interfaces, and its
advantages are not immediately obvious simply from looking at a few
screenshots as presented in the preceding article.This article discusses Magit's properties in somewhat more abstract
terms.#### Video introductions
If you prefer [video](https://magit.vc/screencasts/) introductions,
head over to that page, where find a collection of such introductions
and other videos about Magit, by various creators.***
### Support and ContributingMagit has many users and very few maintainers, so we kindly ask to read
the appropriate guidelines before getting in contact. — Thanks!- 🆘 [How to ask for help](https://github.com/magit/magit/discussions/4630)
- 🪳 [How to report a bug](https://github.com/magit/magit/wiki/How-to-report-a-bug)
- 💡 [How to suggest a feature](https://github.com/magit/magit/discussions/4631)
- 🏗️ [Pull request guidelines](https://github.com/magit/magit/wiki/Pull-request-guidelines)
- ℹ️ [FAQ](https://magit.vc/manual/magit/FAQ.html)
- ℹ️ [Manual](https://magit.vc/manual/magit)TL;DR We now use discussions for feature requests (not issues) and prefer
if you ask the community for support instead of the overworked maintainers.Please also consider to contribute by supporting other users or by making
a [monetary donation](https://magit.vc/donate). — Thanks!***
### AcknowledgmentsMagit was started by [Marius Vollmer][marius], and is now maintained by
[Jonas Bernoulli][jonas] and [Kyle Meyer][kyle]. Former maintainers are
[Nicolas Dudebout][nicolas], [Noam Postavsky][noam],
[Peter J. Weisberg][peter], [Phil Jackson][phil], [Rémi Vanicat][remi] and
[Yann Hodique][yann]. Many more people have [contributed code][authors],
suggested features or made monetary contributions.Thanks to all of you, may (the history of) the source be with you!
***
[![Compile](https://github.com/magit/magit/actions/workflows/compile.yml/badge.svg)](https://github.com/magit/magit/actions/workflows/compile.yml)
[![Test](https://github.com/magit/magit/actions/workflows/test.yml/badge.svg)](https://github.com/magit/magit/actions/workflows/test.yml)
[![Manual](https://github.com/magit/magit/actions/workflows/manual.yml/badge.svg)](https://github.com/magit/magit/actions/workflows/manual.yml)
[![NonGNU ELPA](https://emacsair.me/assets/badges/nongnu-elpa.svg)](https://elpa.nongnu.org/nongnu/magit.html)
[![Melpa](https://melpa.org/packages/magit-badge.svg)](https://melpa.org/#/magit)
[![Melpa Stable](https://stable.melpa.org/packages/magit-badge.svg)](https://stable.melpa.org/#/magit)[authors]: https://magit.vc/stats/magit/authors.html
[jonas]: https://emacsair.me
[kyle]: https://kyleam.com
[marius]: https://github.com/mvollmer
[nicolas]: http://dudebout.com
[noam]: https://github.com/npostavs
[peter]: https://github.com/pjweisberg
[phil]: https://github.com/philjackson
[remi]: https://github.com/vanicat
[yann]: https://yann.hodique.info