Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
deleting git branches
#13
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.
Bonkself
Recommended Tutorials:
Reply


Messages In This Thread
deleting git branches - by metulburr - Jan-29-2020, 12:20 PM
RE: deleting git branches - by jefsummers - Jan-29-2020, 12:36 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 12:52 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 12:52 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 01:17 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 01:31 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 01:47 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 02:02 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 02:22 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 02:29 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 03:38 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 03:42 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 03:56 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 04:02 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 04:09 PM
RE: deleting git branches - by ThiefOfTime - Jan-29-2020, 04:11 PM
RE: deleting git branches - by metulburr - Jan-29-2020, 04:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Function defined by branches antoniogalante 1 2,633 Dec-16-2020, 11:35 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020