update git aliases
This commit is contained in:
parent
733ce9bdf6
commit
2765a4f00c
1 changed files with 14 additions and 0 deletions
|
@ -15,8 +15,22 @@
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[alias]
|
[alias]
|
||||||
adog = log --all --decorate --oneline --graph
|
adog = log --all --decorate --oneline --graph
|
||||||
|
gl = config --global -l
|
||||||
|
last = log -1 HEAD --stat
|
||||||
|
ll = log --oneline
|
||||||
|
st = status -sb
|
||||||
|
|
||||||
|
s = status -s
|
||||||
|
co = checkout
|
||||||
|
cob = checkout -b
|
||||||
|
|
||||||
|
cmt = "!git commit -m $(date)"
|
||||||
|
# list aliases
|
||||||
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[help]
|
||||||
|
autocorrect = 20
|
||||||
|
|
Loading…
Reference in a new issue