Skip to content

Instantly share code, notes, and snippets.

@sushil10018
Created January 20, 2016 11:51
Show Gist options
  • Save sushil10018/72a7329c02cd72a27c3c to your computer and use it in GitHub Desktop.
Save sushil10018/72a7329c02cd72a27c3c to your computer and use it in GitHub Desktop.
Simple alias to make your day simple
alias gstart="git branch -D developing && git branch developing && git checkout developing"
gfinish () { git branch $1 && gco $1 && ggpush }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment