diff options
Diffstat (limited to 'development/magit/README')
-rw-r--r-- | development/magit/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/development/magit/README b/development/magit/README deleted file mode 100644 index 306e146740..0000000000 --- a/development/magit/README +++ /dev/null @@ -1,9 +0,0 @@ -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. |