Browse Source

hecks-git-ui: always use [d]elete instead of [r]emove (r clashes with rename)

master
heck 7 months ago
parent
commit
cd0415885b
  1. 4
      bash_profile.d/git.sh

4
bash_profile.d/git.sh

@ -67,8 +67,8 @@ function heck_git_ui {
alias grs='git remote --verbose' alias grs='git remote --verbose'
# add remote # add remote
alias gra='git remote add' alias gra='git remote add'
# remove remote # delete remote
alias grr='git remote remove' alias grd='git remote delete'
# stats - commits by author # stats - commits by author
alias gstats='git shortlog -sne' alias gstats='git shortlog -sne'

Loading…
Cancel
Save