update git aliases

This commit is contained in:
Daylin Morgan 2022-07-19 09:34:49 -05:00
parent 733ce9bdf6
commit 2765a4f00c

View file

@ -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