Skip to content

Commit

Permalink
Merge branch 'master' into unstable and then unstable into master
Browse files Browse the repository at this point in the history
`git merge -s ours master` => allows for clean merge of unstable into master, using exactly what's on unstable to avoid conflicts:

git checkout unstable

git merge -s ours master

git checkout master

git merge unstable
  • Loading branch information
maxkfranz committed Dec 4, 2018
2 parents 0c9ea30 + 5ea0f00 commit 90c865b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 90c865b

Please sign in to comment.