Rename alias gRc to gRp
This commit is contained in:
parent
e836957e4f
commit
d4e78d427a
|
@ -160,7 +160,7 @@ Aliases
|
|||
- `gRx` removes a remote.
|
||||
- `gRm` renames a remote.
|
||||
- `gRu` fetches remotes updates.
|
||||
- `gRc` deletes all stale remote tracking branches.
|
||||
- `gRp` prunes all stale remote tracking branches.
|
||||
- `gRs` displays information about a given remote.
|
||||
- `gRb` opens a remote on [GitHub][3] in the default browser.
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ alias gRa='git remote add'
|
|||
alias gRx='git remote rm'
|
||||
alias gRm='git remote rename'
|
||||
alias gRu='git remote update'
|
||||
alias gRc='git remote prune'
|
||||
alias gRp='git remote prune'
|
||||
alias gRs='git remote show'
|
||||
alias gRb='git-hub-browse'
|
||||
|
||||
|
|
Loading…
Reference in a new issue