mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update git style
This commit is contained in:
parent
2300c61c6e
commit
f5ad232247
1 changed files with 8 additions and 2 deletions
|
|
@ -7,8 +7,14 @@
|
|||
date = iso
|
||||
|
||||
[alias]
|
||||
lgl = log --oneline --abbrev=5 --graph --decorate --all
|
||||
lg = lgl -5
|
||||
lga = log --graph --decorate --all --abbrev=5 \
|
||||
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s' \
|
||||
--date=format:'%y/%m/%d'
|
||||
llga = log --graph --decorate --all --abbrev=5 \
|
||||
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)' \
|
||||
--date=format:'%y/%m/%d %H:%M%z'
|
||||
lg = lga -5
|
||||
llg = llga -5
|
||||
gl = lg
|
||||
st = status --short
|
||||
sts = show --name-status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue