Skip to content

Instantly share code, notes, and snippets.

@prohazko2
Created January 8, 2019 23:31
Show Gist options
  • Save prohazko2/e14bcaafeda45ea0132c32f22cdd5199 to your computer and use it in GitHub Desktop.
Save prohazko2/e14bcaafeda45ea0132c32f22cdd5199 to your computer and use it in GitHub Desktop.
alias gta='f() { git tag -m "" -a $1; git push origin $1 };f'
alias gbump='f() {gaa; gcam "bump to $1"; ggp; git tag -m "" -a $1; git push origin $1 };f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment