diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 589963f..8f19af0 100644 --- a/.config/git/config +++ b/.config/git/config @@ -103,7 +103,8 @@ gr = grep -Ii grep = grep -Ii - l = log + log = log --graph + l = log --graph la = log --graph --all lp = log --patch # tag logs |