mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add 'git remote show origin' as grso
This commit is contained in:
parent
97c0384169
commit
740a01b8d1
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
|
||||||
alias gru='git reset --'
|
alias gru='git reset --'
|
||||||
alias grup='git remote update'
|
alias grup='git remote update'
|
||||||
alias grv='git remote -v'
|
alias grv='git remote -v'
|
||||||
|
alias grso='git remote show origin'
|
||||||
|
|
||||||
alias gsb='git status -sb'
|
alias gsb='git status -sb'
|
||||||
alias gsd='git svn dcommit'
|
alias gsd='git svn dcommit'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue