slackbuilds/development/magit
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README development/magit: Added (Edit Git repositories with Emacs) 2010-12-20 22:44:03 -06:00
doinst.sh development/magit: Added (Edit Git repositories with Emacs) 2010-12-20 22:44:03 -06:00
magit.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
magit.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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 is not a complete interface to Git; it just aims to make the most
common Git operations convenient. Thus, Magit will likely not save you
from learning Git itself.