Skip to content

Instantly share code, notes, and snippets.

@rafaelvasco
Created February 20, 2019 17:16
Show Gist options
  • Save rafaelvasco/d122ba2990d2301f8010747b2a63058e to your computer and use it in GitHub Desktop.
Save rafaelvasco/d122ba2990d2301f8010747b2a63058e to your computer and use it in GitHub Desktop.
[GIT] Merge branch , Ignore Local Changes
git checkout develop
git merge -s ours master
git checkout master
git merge develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment