diff options
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [alias] - # View the SHA, description, and history graph of the latest 20 commits - l = log --pretty=oneline -n 20 --graph + # View abbreviated SHA, description, and history graph of the latest 20 commits + l = log --pretty=oneline -n 20 --graph --abbrev-commit # View the current working tree status using the short format s = status -s # Show the diff between the latest commit and the current state |