Browse Source

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

master
heck 6 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'
# 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'

Loading…
Cancel
Save