mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add git lc alias
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user