From 5c21fd2518ead84426a76df0158f01f9daf4bc46 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 15 Feb 2021 00:31:05 -0500 Subject: [PATCH] gitconfig: new cif & dc helpers --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8edb127..0d89099 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 -- 2.39.2