Rename alias gRc to gRp

This commit is contained in:
Sorin Ionescu 2013-05-03 11:25:49 -04:00
parent e836957e4f
commit d4e78d427a
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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'