diff --git a/bash_profile.d/git.sh b/bash_profile.d/git.sh index d2efee6..03e57ad 100644 --- a/bash_profile.d/git.sh +++ b/bash_profile.d/git.sh @@ -67,8 +67,8 @@ function heck_git_ui { alias grs='git remote --verbose' # add remote alias gra='git remote add' - # remove remote - alias grr='git remote remove' + # delete remote + alias grd='git remote delete' # stats - commits by author alias gstats='git shortlog -sne'