ABTech / abtech.org

abtech.org website
https://abtech.org/
8 stars 32 forks source link

Revert unintentional change #174

Closed wjiang42 closed 1 year ago

DaAwesomeP commented 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.

wjiang42 commented 1 year ago

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.