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
$ git commit -m "bla" $ git push leaves the building remembers: SHIT I FORGOT TO DO git-add :@
Just do: git push origin <your_branch_name> --force
git push origin main
@bonquaviusdingle5720