Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Post Timeline

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
  • 31.3k
  • 22
  • 110
  • 134

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 Awarded with 200 reputation awarded by Community Bot
Bounty Awarded with 100 reputation awarded by Community Bot
edited body
Source Link
Zombo
  • 1
  • 69
  • 415
  • 437

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
  • 69
  • 415
  • 437
Loading
Source Link
pagetribe
  • 15.2k
  • 3
  • 27
  • 18
Loading

AltStyle によって変換されたページ (->オリジナル) /