Added git alias: gss=git status -s
This commit is contained in:
@@ -8,6 +8,7 @@ alias g='git'
|
|||||||
alias get='git'
|
alias get='git'
|
||||||
alias gst='git status'
|
alias gst='git status'
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
|
alias gss='git status -s'
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
alias gup='git fetch && git rebase'
|
alias gup='git fetch && git rebase'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
@@ -46,6 +47,7 @@ function git-help() {
|
|||||||
echo " ga = git add"
|
echo " ga = git add"
|
||||||
echo " gall = git add ."
|
echo " gall = git add ."
|
||||||
echo " gst/gs = git status"
|
echo " gst/gs = git status"
|
||||||
|
echo " gss = git status -s"
|
||||||
echo " gl = git pull"
|
echo " gl = git pull"
|
||||||
echo " gup = git fetch && git rebase"
|
echo " gup = git fetch && git rebase"
|
||||||
echo " gp = git push"
|
echo " gp = git push"
|
||||||
|
|||||||
Reference in New Issue
Block a user