Closed wjiang42 closed 1 year ago
It shows only one change but there are somehow 11 commits here. Could you try:
git fetch upstream git checkout main git reset --hard upstream/main # redo your change and re-commit git push origin main -f
Note this will wipe out your most recent change on main of your fork, but it's only one small change. You should also do this on dev and dev-2.
main
dev
dev-2
Apologies did not see this again. Was wondering how to do this, tyty; turns out I did not setup the upstream properly and it should now be fixed.
It shows only one change but there are somehow 11 commits here. Could you try:
Note this will wipe out your most recent change on
main
of your fork, but it's only one small change. You should also do this ondev
anddev-2
.