mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Add 'gs' As Additional Shortcut For 'git status'
This commit is contained in:
parent
2ff9560ad3
commit
641902b74a
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ alias gsi='git submodule init'
|
||||||
alias gsps='git show --pretty=short --show-signature'
|
alias gsps='git show --pretty=short --show-signature'
|
||||||
alias gsr='git svn rebase'
|
alias gsr='git svn rebase'
|
||||||
alias gss='git status -s'
|
alias gss='git status -s'
|
||||||
|
alias gs='git status'
|
||||||
alias gst='git status'
|
alias gst='git status'
|
||||||
alias gsta='git stash save'
|
alias gsta='git stash save'
|
||||||
alias gstaa='git stash apply'
|
alias gstaa='git stash apply'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue