File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 222222
223223 < p > When you're done with a remote branch, whether it's been merged
224224 into the remote master or you want to abandon it and sweep it under
225- the rug, you'll issue a < code > git push</ code > command with special
226- colon to nuke that branch.</ p >
225+ the rug, you'll issue a < code > git push</ code > command with a specially
226+ placed colon symbol to remove that branch.</ p >
227227
228228< pre >
229229< b > $ git push origin :tidy-cutlery</ b >
240240 remote branch to become nothing.
241241 </ p >
242242
243- < p > Alternatively, you can also run
243+ < p > Alternatively, you can run
244244 < code > git push remote-name --delete branchname</ code >
245- which is basically a wrapper for the above colon prefix version .
245+ which is a wrapper for the colon technique of deleting a remote branch .
246246 </ p >
247247
248248 < p class ="nutshell ">
You can’t perform that action at this time.
0 commit comments