Created
November 27, 2018 11:10
-
-
Save dira/fb7059a35f514adb2c6cbbe7a30e902d to your computer and use it in GitHub Desktop.
Git flow: bash commands for quick deploy
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 get_in_master='git checkout develop && git pull && git checkout master && git pull && git merge --no-edit develop' | |
alias push_it='git push && git checkout develop' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment