diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-08 16:13:28 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-08 16:13:28 +0100 |
commit | 87d0730145bee6828763ee9e922f961cbd78a4b0 (patch) | |
tree | f1630b9f7cadf91da0ed3203da67d1555192669a /.config/git | |
parent | 22b5c91c4f8787ca6af7d4aaca7650f8fa796c1d (diff) |
Update aliases
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 54452a8..8e68928 100644 --- a/.config/git/config +++ b/.config/git/config @@ -88,7 +88,6 @@ cam = commit --all --message fix = commit --all --fixup - diff = diff --word-diff d = diff --word-diff dc = diff --cached dlc = diff --cached HEAD^ @@ -106,6 +105,7 @@ log = log --graph l = log --graph la = log --graph --all + lap = log --graph --all --patch lp = log --patch ls = log --stat # tag logs |