You must log in or register to comment.
git rebase -x theirs origin/main
and then look at the lines your changing to see what needs to be retouchedI’m more of a
git push origin/main —force
guy myselfReject “main” branch, embrace master branch
git rebase -x theirs origin/main
and then look at the lines your changing to see what needs to be retouched
I’m more of a git push origin/main —force
guy myself
Reject “main” branch, embrace master branch