Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. git checkout feature_branch
  2. git merge -s ours --no-commit master
  3. git commit # Add a message regarding the replacement that you just did
  4. git checkout master
  5. git merge feature_branch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement