tools/magit: add -r option to magit-pull
This commit is contained in:
parent
a55a71b8ce
commit
cbafa6b749
1 changed files with 4 additions and 2 deletions
|
@ -55,8 +55,10 @@ It is passed a user and repository name.")
|
|||
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\| \\*transient\\*\\)" :ignore t)
|
||||
|
||||
;; Add --tags switch
|
||||
(transient-append-suffix 'magit-fetch
|
||||
"-p" '("-t" "Fetch all tags" ("-t" "--tags")))
|
||||
(transient-append-suffix 'magit-fetch "-p"
|
||||
'("-t" "Fetch all tags" ("-t" "--tags")))
|
||||
(transient-append-suffix 'magit-pull "-r"
|
||||
'("-a" "Autostash" "--autostash"))
|
||||
|
||||
;; so magit buffers can be switched to (except for process buffers)
|
||||
(add-hook 'doom-real-buffer-functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue