git: how tf was git ll missing

This commit is contained in:
Erin 2023-06-19 17:31:47 -04:00
parent aeab63284f
commit 2534a62b9a

View file

@ -6,6 +6,7 @@
# Command aliases
[alias]
l = log --oneline --decorate --graph
ll = log --oneline --decorate --graph --branches
la = log --oneline --decorate --graph --all
wmerge = merge --no-commit -Xignore-space-change
lc = diff --numstat