Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. gitk ... search for the last commit before the merge
  2. git checkout <sha1-of-this-commit>
  3. git branch <newbranchname>
  4. git checkout <newbranchname>
  5. git merge <branch-which-original-is-merged>
  6. ... redo the conflict resolution
Add Comment
Please, Sign In to add comment