Fix function name in binding

This commit is contained in:
David Morgan 2023-03-11 13:24:14 +00:00
parent 85fefec403
commit c8ac93d906
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
("C-c g g" . magit-dispatch) ;; magit-file-dispatch is C-c M-g
("C-c g u" . my/magit-set-upstream)
("C-c g r" . my/magit-refresh-state)
("C-c g m" . my/magit-update-git-master)
("C-c g m" . my/magit-update-master)
:config
;; Requires the following gitconfig:
;; [alias]