Push to master branch instead of making a new one called Glitch (GitHub)

It’s really inconvenient when my code gets pushed to another branch instead of master, I would very much appreciate pushing to master and maybe add a dropdown to select which branch to push to

To add onto this, GitHub replaced main as the default branch over master, so I think Glitch should push to the main branch rather than glitch.

This comes up time and again. It is GitHub one should just specify the branch it shouldn’t be any specific branch. The Glitch branch by default is almost without a doubt a safety precaution so people don’t overwrite main. Which may be protected against check-ins by the way.

1 Like