aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index e77adae..409e6ab 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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