Closed darleybarreto closed 3 years ago
The history is messed up again, let me fix it.
It keeps making a different commit for the one I don't have. I am doing:
git fetch upstream
git merge upstream/master
git push origin -f HEAD
How can I fix it?
It keeps making a different commit for the one I don't have.
Can you elaborate?
git merge upstream/master
Never use "merge" command, it's damned. (Well, merge --ff-only
is sometimes useful).
Always use rebase
and pull --rebase
.
Always use rebase and pull --rebase
Thanks @pfalcon that did the trick :)
Thanks for this cool example!
Codecov Report
83.51% <ø> (ø)
Continue to review full report at Codecov.