refactor gs

Signed-off-by: Ron Nuriel <rnuriel@gsitechnology.com>
pull/2165/head
Ron Nuriel 2022-09-21 10:33:21 +03:00
parent 15755788c2
commit 61f1d2976a
1 changed files with 2 additions and 2 deletions

View File

@ -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 gs='git status'
alias gss='git status -s' alias gss='git status -s'
alias gst='git status' #gst stands for git status
# shortlog # shortlog
alias gcount='git shortlog -sn' alias gcount='git shortlog -sn'
@ -153,7 +153,7 @@ alias gsd='git svn dcommit'
alias gsr='git svn rebase' # Git SVN alias gsr='git svn rebase' # Git SVN
# stash # stash
alias gst='git status' #gst stands for git status alias gs='git stash'
alias gstb='git stash branch' alias gstb='git stash branch'
alias gstd='git stash drop' alias gstd='git stash drop'
alias gstl='git stash list' alias gstl='git stash list'