]> git.wh0rd.org - home.git/commitdiff
gitconfig: new cif & dc helpers
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2021 05:31:05 +0000 (00:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Feb 2021 05:31:05 +0000 (00:31 -0500)
.gitconfig

index 8edb1270a4844cc8eed31c39f09ebe35e2cd6f6e..0d8909995747b5c4207ad5072f81190619d34de8 100644 (file)
@@ -52,6 +52,7 @@
        bi   = bisect
        cfg  = config
        ci   = commit
+       cif  = commit --fixup
        ciam = commit --amend
        co   = checkout
        cp   = cherry-pick --ff
@@ -59,6 +60,7 @@
        cp-c = cherry-pick --continue
        cp-x = cherry-pick -x
        d    = diff
+       dc   = diff --cached
        desc = describe
        f    = fetch
        fp   = format-patch -C -M