SyntaxFix
Write A Post
Hire A Developer
Questions
Another way to look at it is to consider git rebase master as:
git rebase master
Rebase the current branch on top of master
master
Here , 'master' is the upstream branch, and that explain why, during a rebase, ours and theirs are reversed.
ours
theirs