Update git doc magit-clone and magit-init

This commit is contained in:
duianto 2017-05-16 21:40:33 +02:00 committed by Eivind Fonn
parent c3e32e2891
commit 1ded2f56be

View file

@ -20,7 +20,7 @@
- [[#commit-message-editing-buffer][Commit message editing buffer]]
- [[#interactive-rebase-buffer][Interactive rebase buffer]]
- [[#quick-guide-for-recurring-use-cases-in-magit][Quick guide for recurring use cases in Magit]]
- [[#git-flow][Git-Flow]]
- [[#git-flow-1][Git-Flow]]
- [[#git-time-machine][Git time machine]]
- [[#git-links-to-web-services][Git links to web services]]
- [[#repository-list][Repository list]]
@ -107,10 +107,12 @@ Git commands (start with ~g~):
|-------------+-----------------------------------------------------|
| ~SPC g >~ | show submodule prompt |
| ~SPC g b~ | open a =magit= blame |
| ~SPC g c~ | clone a repository |
| ~SPC g f h~ | show file commits history |
| ~SPC g H c~ | clear highlights |
| ~SPC g H h~ | highlight regions by age of commits |
| ~SPC g H t~ | highlight regions by last updated time |
| ~SPC g i~ | initialize a new git repository |
| ~SPC g I~ | open =helm-gitignore= |
| ~SPC g L~ | open magit-repolist |
| ~SPC g s~ | open a =magit= status window |