git: Add cherry-pick shortcuts

This commit is contained in:
2020-04-01 10:14:27 +02:00
parent 9f7f1b6866
commit 71d9aed273

View File

@@ -62,6 +62,9 @@
exec = "!exec " exec = "!exec "
cp = "cherry-pick"
cpa = "cherry-pick --abort"
[core] [core]
fileMode = true fileMode = true
whitespace = "blank-at-eol,space-before-tab,blank-at-eof" whitespace = "blank-at-eol,space-before-tab,blank-at-eof"