emacs.d/elpa/magit-readme.txt

12 lines
490 B
Text
Raw Permalink Normal View History

2015-06-13 14:18:57 +00:00
Invoking the magit-status function will show a buffer with the
status of the current git repository and its working tree. That
buffer offers key bindings for manipulating the status in simple
ways.
The status buffer mainly shows the difference between the working
tree and the index, and the difference between the index and the
current HEAD. You can add individual hunks from the working tree
to the index, and you can commit the index.
See the Magit User Manual for more information.