parent
61f1d2976a
commit
968816dca3
|
|
@ -138,8 +138,8 @@ alias gus='git reset HEAD'
|
||||||
alias gpristine='git reset --hard && git clean -dfx'
|
alias gpristine='git reset --hard && git clean -dfx'
|
||||||
|
|
||||||
# status
|
# status
|
||||||
alias gss='git status -s'
|
|
||||||
alias gst='git status' #gst stands for git status
|
alias gst='git status' #gst stands for git status
|
||||||
|
alias gss='git status -s'
|
||||||
|
|
||||||
# shortlog
|
# shortlog
|
||||||
alias gcount='git shortlog -sn'
|
alias gcount='git shortlog -sn'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue