diff options
author | Matt Turner <mattst88@gmail.com> | 2022-07-22 22:34:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-07-22 22:34:59 -0400 |
commit | 9431010cb33027685243fe92b46ef1b03e88333f (patch) | |
tree | f46575d5008072af4324f3c19463b88855d3c7c5 /.gitconfig | |
parent | a0714e2dca064e6eb0d69f6502ea9fae5180d709 (diff) |
.gitconfig: Add some more aliases
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,5 +17,7 @@ [alias] fixes = show -s --pretty='format:Fixes: %h (\"%s\")' co = checkout + br = branch shwo = show grpe = grep + lgo = log |