Install the Rails gem if you haven't done so before
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 } |
