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