Created
January 20, 2016 11:51
-
-
Save sushil10018/72a7329c02cd72a27c3c to your computer and use it in GitHub Desktop.
Simple alias to make your day simple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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