mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add aliases for git remote
Add aliases for: * git remote prune * git remote prune origin
This commit is contained in:
parent
f94d4e6a40
commit
867c5d1e81
1 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ alias gpu='git push upstream'
|
|||
alias gpv='git push -v'
|
||||
|
||||
alias gr='git remote'
|
||||
alias grp='git remote prune'
|
||||
alias grpo='git remote prune origin'
|
||||
alias gra='git remote add'
|
||||
alias grb='git rebase'
|
||||
alias grba='git rebase --abort'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue