summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-05-05 23:10:42 -0400
committerKyle Meyer <kyle@kyleam.com>2019-05-05 23:10:42 -0400
commit1d9789d1e9459b91f58dc2db960c2fa5ba5460da (patch)
treec07c9239c5bf5eb9c0cbc0d88013a93fcdfa582e /init.el
parent1102f94ddbb21b4cd94b36d89c5def80cf00bc51 (diff)
downloademacs.d-1d9789d1e9459b91f58dc2db960c2fa5ba5460da.tar.gz
magit: Add command to copy branch
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 623b8d1..50fab18 100644
--- a/init.el
+++ b/init.el
@@ -1157,8 +1157,8 @@
'("c" "Create & checkout from current"
km/magit-branch-and-checkout-from-current))
- (transient-replace-suffix 'magit-branch "r"
- '("r" "Rename branch" km/magit-branch-rename))
+ (transient-append-suffix 'magit-branch "S"
+ '("d" "Copy branch" km/magit-branch-copy))
(transient-append-suffix 'magit-branch "r"
'("s" "Backup current branch" km/magit-branch-backup-current))