Update init-company.el with new Git commands
This commit is contained in:
parent
31b04bde62
commit
768afe0c9a
1 changed files with 26 additions and 2 deletions
|
@ -12,15 +12,39 @@
|
|||
'("add"
|
||||
"bisect" "branch"
|
||||
"checkout" "clone" "commit"
|
||||
|
||||
"diff"
|
||||
"diff --cached"
|
||||
"diff --staged"
|
||||
|
||||
"fetch"
|
||||
"grep"
|
||||
"init"
|
||||
|
||||
"log"
|
||||
"log --oneline"
|
||||
"log --summary"
|
||||
|
||||
"merge" "mv"
|
||||
"pull" "push"
|
||||
"rebase" "reset" "restore" "rm"
|
||||
"show" "submodule" "status"
|
||||
"rebase" "remote" "reset" "restore" "rm"
|
||||
"show"
|
||||
|
||||
"stash"
|
||||
"stash clear"
|
||||
"stash drop"
|
||||
"stash list"
|
||||
"stash pop"
|
||||
"stash save"
|
||||
|
||||
"status"
|
||||
|
||||
"submodule"
|
||||
"submodule init"
|
||||
"submodule status"
|
||||
"submodule sync"
|
||||
"submodule update"
|
||||
|
||||
"tag")
|
||||
"List of `git' commands.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue