Merge Conflict
Accept their/ours π
For conflicts itβs generally best to look at each and make a decision. If you are a priori sure which one you want, here are the commands to do it without opening the file to see.
Warning!: If you are rebasing --ours
and --theirs
are swapped.
Take ours π
git checkout HEAD -- <filename>
Take theirs π
git checkout --theirs -- <filename>