Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
deleting git branches
#12
The remote name you have to provide is most possibly origin, so change
git push cleanup_after_menu --delete cleanup3
to
git push origin --delete cleanup3
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 1,928 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