diff --git a/bash_profile.d/git.sh b/bash_profile.d/git.sh index 4a1ea18..cb42065 100644 --- a/bash_profile.d/git.sh +++ b/bash_profile.d/git.sh @@ -28,7 +28,7 @@ function heck_git_ui { alias gc='git commit' # push - alias gpush='git push' + alias gpush='git push --tags' @@ -39,8 +39,6 @@ function heck_git_ui { alias gclonebaremirror='git clone --mirror' # push alias gpushf='git push --force' - alias gpusht='gpush; gpush --tags' - alias gpushtf='gpushf;gpushf --tags' # tag create alias gt='git tag' # tag delete