i figured that out right before you posted and accidentally deleted my last branch
cleanup_after_menu
metulburr@ubuntu:~/repos/ShooterGame$ git push origin cleanup_after_menu --delete cleanup3 Username for 'https://github.com': metulburr Password for 'https://[email protected]': To https://github.com/metulburr/ShooterGame.git - [deleted] cleanup3 - [deleted] cleanup_after_menu metulburr@ubuntu:~/repos/ShooterGame$ git push origin cleanup_after_menu --delete cleanup2 Username for 'https://github.com': metulburr Password for 'https://[email protected]': error: unable to delete 'cleanup_after_menu': remote ref does not exist error: failed to push some refs to 'https://github.com/metulburr/ShooterGame.git' metulburr@ubuntu:~/repos/ShooterGame$ git push origin --delete cleanup2 Username for 'https://github.com': metulburr Password for 'https://[email protected]': To https://github.com/metulburr/ShooterGame.git - [deleted] cleanup2 metulburr@ubuntu:~/repos/ShooterGame$ git push origin --delete cleanup Username for 'https://github.com': metulburr Password for 'https://[email protected]': To https://github.com/metulburr/ShooterGame.git - [deleted] cleanup metulburr@ubuntu:~/repos/ShooterGame$ git checkout -b cleanup_after_menu fatal: A branch named 'cleanup_after_menu' already exists.

Recommended Tutorials: