CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 10:19:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090710020740
location: https://web.archive.org/web/20090710020740/https://github.com/guides/remove-a-remote-branch
server-timing: captures_list;dur=0.596982, exclusion.robots;dur=0.022054, exclusion.robots.policy;dur=0.010385, esindex;dur=0.010524, cdx.remote;dur=402.100036, LoadShardBlock;dur=431.564668, PetaboxLoader3.datanode;dur=224.566445, PetaboxLoader3.resolve;dur=188.033829
x-app-server: wwwb-app204
x-ts: 302
x-tr: 862
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: SERVER=wwwb-app204; 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: Wed, 30 Jul 2025 10:19:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Fri, 10 Jul 2009 02:07:40 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 835ms
x-archive-orig-etag: "4c6bfee1473b4bb23914d47ff7a9a279"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6544
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 10 Jul 2009 02:07:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 06 Mar 2008 03:00:12 GMT", ; rel="prev memento"; datetime="Tue, 14 Apr 2009 11:54:03 GMT", ; rel="memento"; datetime="Fri, 10 Jul 2009 02:07:40 GMT", ; rel="next memento"; datetime="Sat, 01 Aug 2009 11:14:23 GMT", ; rel="last memento"; datetime="Sun, 04 Feb 2024 21:13:14 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: 51_10_20090709204832_crawl102_IndexOnly.gpg-c/51_10_20090710020055_crawl101.arc.gz
server-timing: captures_list;dur=2.980395, exclusion.robots;dur=0.019090, exclusion.robots.policy;dur=0.009002, esindex;dur=0.010188, cdx.remote;dur=342.622281, LoadShardBlock;dur=245.009757, PetaboxLoader3.datanode;dur=110.149683, PetaboxLoader3.resolve;dur=577.978978, load_resource;dur=555.166146
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1184
server-timing: TR;dur=0,Tw;dur=49,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=()
content-encoding: gzip
Remove a remote branch - Guides - GitHub
Guides: Remove a remote branch
Guides: Remove a remote branch
Remove branch from repo.
git push {repo} :heads/{branch}
Ex: git push origin :somebranch
removes somebranch
This works for removing a tag as well git push origin :sometag
You might also want to check out git-publish-branch’s ‘-d’ option.
Last edited by snipsnipsnip, 20 days ago
Versions:
This feature is coming soon. Sit tight!