1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: use grv for git-revert

git revert is a more common/useful command than git remote -v

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-11 09:28:30 +01:00
parent 91ac3d470d
commit 49b5924f14
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -174,7 +174,7 @@ alias gbr="git branch"
alias gtg="git tag"
alias gbl="git blame"
alias gr="git remote"
alias grv="git remote -v"
alias grv="git revert"
alias gra="gr add"
alias grr="gr rm"
alias grao="gra origin"