TIL - Git Rebase
October 3, 2020
In git, during rebase, ours and theirs are reversed. theirs
is actually the current branch in the case of rebase.
In git, during rebase, ours and theirs are reversed. theirs
is actually the current branch in the case of rebase.
More fromĀ After Gibson