CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 10:22:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081230141309
location: https://web.archive.org/web/20081230141309/https://github.com/guides/remove-a-remote-branch.atom
server-timing: captures_list;dur=0.860959, exclusion.robots;dur=0.038488, exclusion.robots.policy;dur=0.022219, esindex;dur=0.014114, cdx.remote;dur=12.737774, LoadShardBlock;dur=290.711839, PetaboxLoader3.datanode;dur=144.776618, PetaboxLoader3.resolve;dur=132.987924
x-app-server: wwwb-app201
x-ts: 302
x-tr: 340
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 10:22:42 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 4645
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 30 Dec 2008 14:13:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 56ms
x-archive-orig-etag: "612af1bd88ce354916db327b447fed3a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 4645
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 30 Dec 2008 14:13:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 14 Nov 2008 09:13:58 GMT", ; rel="prev memento"; datetime="Fri, 14 Nov 2008 09:13:58 GMT", ; rel="memento"; datetime="Tue, 30 Dec 2008 14:13:09 GMT", ; rel="last memento"; datetime="Tue, 30 Dec 2008 14:13:09 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_7_20081230124847_crawl105-c/52_7_20081230141055_crawl103.arc.gz
server-timing: captures_list;dur=1.509297, exclusion.robots;dur=0.038910, exclusion.robots.policy;dur=0.024293, esindex;dur=0.014929, cdx.remote;dur=22.943437, LoadShardBlock;dur=228.052557, PetaboxLoader3.datanode;dur=113.978239, PetaboxLoader3.resolve;dur=210.915081, load_resource;dur=126.231025
x-app-server: wwwb-app201
x-ts: 200
x-tr: 418
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/guides/remove-a-remote-branch
GitHub Guides - Remove a remote branch
2008-10-23T21:35:19-07:00
tag:github.com,2008:Guide/15
2008-02-19T12:47:43-08:00
2008-10-23T21:35:19-07:00
Remove a remote branch - version 5
Thu Oct 23 21:35:19 -0700 2008
<p>Remove <em>branch</em> from <em>repo</em>.</p>
<code>git push {repo} :heads/{branch}</code>
<p>Eg: <code>git push origin :somebranch</code></p>
<p>This works for removing a tag as well <code>git push origin :sometag</code></p>
<p>You might also want to check out <tt><a href="https://git-wt-commit.rubyforge.org/">git-publish-branch</a></tt>’s ‘<tt>-d</tt>’ option.</p>
seven1m
tim@timmorgan.org
tag:github.com,2008:Guide/15
2008-02-19T12:47:43-08:00
2008-05-05T10:19:13-07:00
Remove a remote branch - version 4
Mon May 05 10:19:13 -0700 2008
<p>Remove <em>branch</em> from <em>repo</em>.</p>
<code>git push {repo} :heads/{branch}</code>
<p>Eg: <code>git push origin :somebranch</code></p>
<p>You might also want to check out <tt><a href="https://git-wt-commit.rubyforge.org/">git-publish-branch</a></tt>’s ‘<tt>-d</tt>’ option.</p>
alloy
eloy.de.enige@gmail.com
tag:github.com,2008:Guide/15
2008-02-19T12:47:43-08:00
2008-04-16T03:31:41-07:00
Remove a remote branch - version 3
Wed Apr 16 03:31:41 -0700 2008
<p>Remove <em>branch</em> from <em>repo</em>.</p>
<code>git push {repo} :heads/{branch}</code>
<p>You might also want to check out <tt><a href="https://git-wt-commit.rubyforge.org/">git-publish-branch</a></tt>’s ‘<tt>-d</tt>’ option.</p>
elliottcable
github.com@elliottcable.com
tag:github.com,2008:Guide/15
2008-02-19T12:47:43-08:00
2008-02-19T12:47:48-08:00
Remove a remote branch - version 2
Tue Feb 19 12:47:48 -0800 2008
<p>Remove <em>branch</em> from <em>repo</em>.</p>
<code>git push {repo} :heads/{branch}</code>
josh
josh@joshpeek.com
tag:github.com,2008:Guide/15
2008-02-19T12:47:43-08:00
2008-02-19T12:47:43-08:00
Remove a remote branch - version 1
Tue Feb 19 12:47:43 -0800 2008
Remove <em>branch</em> from <em>repo</em>.
<code>git push {repo} :heads/{branch}</code>
josh
josh@joshpeek.com