]> git.wh0rd.org - home.git/commitdiff
gitconfig: add cp-a/cp-c shortcuts
authorMike Frysinger <vapier@gentoo.org>
Thu, 28 May 2015 08:38:04 +0000 (04:38 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 28 May 2015 08:38:04 +0000 (04:38 -0400)
.gitconfig

index 41262e65b8e9fb511429ff55d775caf7287f825e..52821c7966c2c8a370b450b5fef50bd0f32c08a4 100644 (file)
@@ -24,6 +24,8 @@
        ci   = commit
        co   = checkout
        cp   = cherry-pick --ff
+       cp-a = cherry-pick --abort
+       cp-c = cherry-pick --continue
        cp-x = cherry-pick -x
        d    = diff
        desc = describe