TIL - Git Rebase

Posted on Mon 28 September 2020 in TIL

In git, during rebase, ours and theirs are reversed. `theirs` is actually the current branch in the case of rebase.