Add git lc alias

This commit is contained in:
Anthony Oteri
2023-01-03 11:38:36 -05:00
parent 68b0513bd5
commit b6b27186e2
+1
View File
@@ -36,6 +36,7 @@
fpa = fetch --prune --prune-tags --all fpa = fetch --prune --prune-tags --all
l = log l = log
lc = log --pretty=format:'- %s by %an %h' --no-merges
lg = log --graph lg = log --graph
lk = log --graph --topo-order --abbrev-commit --date=short --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn]%Creset' lk = log --graph --topo-order --abbrev-commit --date=short --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn]%Creset'
lo = log --oneline lo = log --oneline