Merge pull request #3420 from yyadavalli/patch-1

Add gitflow and move worktree in magit dispatch
This commit is contained in:
Henrik Lissner 2020-06-21 13:53:58 -04:00 committed by GitHub
commit 99eea1d3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,4 +192,8 @@ ensure it is built when we actually use Forge."
(setcar desc (cdr key))))
(evil-define-key* evil-magit-state git-rebase-mode-map
"gj" #'git-rebase-move-line-down
"gk" #'git-rebase-move-line-up)))
"gk" #'git-rebase-move-line-up))
(transient-replace-suffix 'magit-dispatch 'magit-worktree
'("%" "Gitflow" magit-gitflow-popup))
(transient-append-suffix 'magit-dispatch '(0 -1 -1)
'("*" "Worktree" magit-worktree)))