X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.gitconfig;h=77d72174644af0173e6720d85f84c27bcc1ec1b4;hb=fb5d2cb632ad05e57c8b257f5a3c85bb75c8ac31;hp=8edb1270a4844cc8eed31c39f09ebe35e2cd6f6e;hpb=64d0ce9befaa14e1a217aba00909fb46f8104b50;p=home.git diff --git a/.gitconfig b/.gitconfig index 8edb127..77d7217 100644 --- a/.gitconfig +++ b/.gitconfig @@ -52,13 +52,18 @@ bi = bisect cfg = config ci = commit + cia = commit -a + ciaf = commit -a --fixup ciam = commit --amend + ciaam = commit --amend -a + cif = commit --fixup co = checkout cp = cherry-pick --ff cp-a = cherry-pick --abort cp-c = cherry-pick --continue cp-x = cherry-pick -x d = diff + dc = diff --cached desc = describe f = fetch fp = format-patch -C -M