Skip to content

Instantly share code, notes, and snippets.

@dira
Created November 27, 2018 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dira/fb7059a35f514adb2c6cbbe7a30e902d to your computer and use it in GitHub Desktop.
Save dira/fb7059a35f514adb2c6cbbe7a30e902d to your computer and use it in GitHub Desktop.
Git flow: bash commands for quick deploy
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