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 myself
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