Update a project from upstream without using Magit
This commit is contained in:
parent
28cc8d0178
commit
8ee81a3cb7
1 changed files with 1 additions and 0 deletions
|
@ -1839,6 +1839,7 @@ Can not live without [[https://magit.vc/][Magit]], a Git porcelain for Emacs. I
|
|||
"g /" '("Magit dispatch" . magit-dispatch)
|
||||
"g ." '("Magit file dispatch" . magit-file-dispatch)
|
||||
"g b" '("Magit switch branch" . magit-branch-checkout)
|
||||
"g u" '("Git Update" . vc-update)
|
||||
|
||||
"g g" '("Magit status" . magit-status)
|
||||
"g s" '("Magit status here" . magit-status-here)
|
||||
|
|
Loading…
Reference in a new issue