Post Made Community Wiki by blackgreen
deleted 1 character in body
Source Link

You can also use the following to delete the remote branch.

git push --delete origin serverfix

Which does the same thing as

git push origin :serverfix

but it may be easier to remember.

You can also use the following to delete the remote branch.

git push --delete origin serverfix

Which does the same thing as

git push origin :serverfix

but it may be easier to remember.

You can also use the following to delete the remote branch

git push --delete origin serverfix

Which does the same thing as

git push origin :serverfix

but it may be easier to remember.

Copy edited.
Source Link
Peter Mortensen
  • 31k
  • 22
  • 108
  • 132

You can also use the following to delete the remote branch.

git push --delete origin serverfix

whichWhich does the same thing as

git push origin :serverfix

but it may be easier to remember.

You can also use the following to delete the remote branch

git push --delete origin serverfix

which does the same thing as

git push origin :serverfix

but may be easier to remember.

You can also use the following to delete the remote branch.

git push --delete origin serverfix

Which does the same thing as

git push origin :serverfix

but it may be easier to remember.

Bounty Ended with 200 reputation awarded by CommunityBot
Bounty Ended with 100 reputation awarded by CommunityBot
edited body
Source Link
Zombo
  • 1
  • 64
  • 400
  • 416

You can also use the following to delete the remote branch

git push origin --delete origin serverfix

which does the same thing as

git push origin :serverfix

but may be easier to remember.

You can also use the following to delete the remote branch

git push origin --delete serverfix

which does the same thing as

git push origin :serverfix

but may be easier to remember.

You can also use the following to delete the remote branch

git push --delete origin serverfix

which does the same thing as

git push origin :serverfix

but may be easier to remember.

added 10 characters in body
Source Link
Zombo
  • 1
  • 64
  • 400
  • 416
Loading
Source Link
pagetribe
  • 15.1k
  • 3
  • 25
  • 18
Loading