diff options
author | Asaf Ohaion <asaf.tvn@gmail.com> | 2010-12-20 10:53:54 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:03 -0600 |
commit | 37d4918c9a3ee61571bb0f8dffdb5bdaa27587d7 (patch) | |
tree | acf640217eb4fc585066b17eb6dc1d63c17e07b0 /development/magit/README | |
parent | 470be7d533abddbd7a100ac47402fbb133d6c0ed (diff) | |
download | slackbuilds-37d4918c9a3ee61571bb0f8dffdb5bdaa27587d7.tar.gz |
development/magit: Added (Edit Git repositories with Emacs)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/magit/README')
-rw-r--r-- | development/magit/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/magit/README b/development/magit/README new file mode 100644 index 0000000000..306e146740 --- /dev/null +++ b/development/magit/README @@ -0,0 +1,9 @@ +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. |