Skip to content

Instantly share code, notes, and snippets.

@nateware
Last active August 29, 2015 14:05
Show Gist options
  • Save nateware/415ab65fa73c4c9d9cbf to your computer and use it in GitHub Desktop.
Save nateware/415ab65fa73c4c9d9cbf to your computer and use it in GitHub Desktop.
git merge for deployment purposes
git merge #{from_branch} -s recursive -X theirs --commit -m 'merge #{from_branch} to #{rails_env}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment