mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add git aliases
This commit is contained in:
parent
ba917e99e5
commit
9ca903ffd9
1 changed files with 4 additions and 2 deletions
|
|
@ -7,9 +7,11 @@
|
|||
date = iso
|
||||
|
||||
[alias]
|
||||
lg = log --oneline --abbrev=5 --graph --decorate --all -5
|
||||
lgl = log --oneline --abbrev=5 --graph --decorate --all
|
||||
lg = lgl -5
|
||||
gl = lg
|
||||
st = status -s
|
||||
st = status --short
|
||||
sts = show --name-status
|
||||
c = commit
|
||||
b = branch
|
||||
p = push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue