@bonquaviusdingle5720

I usually just commit then push directly to the upstream master branch. I don’t really have time to run any precommit scripts or tests or even fork the repo. It’s just faster and easier

@lordstarklives

$ git commit -m "bla"
$ git push 

leaves the building
remembers: SHIT I FORGOT TO DO git-add :@

@asishkumarsatapathy3466

Just do:

git push origin <your_branch_name> --force

@TraceguyRune

git push origin main