CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 19:51:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090309002030
location: https://web.archive.org/web/20090309002030/https://github.com/guides/remove-a-remote-branch
server-timing: captures_list;dur=0.832811, exclusion.robots;dur=0.028990, exclusion.robots.policy;dur=0.014529, esindex;dur=0.017457, cdx.remote;dur=220.163872, LoadShardBlock;dur=657.759210, PetaboxLoader3.datanode;dur=296.804873, PetaboxLoader3.resolve;dur=196.077861
x-app-server: wwwb-app216
x-ts: 302
x-tr: 924
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; 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, 24 Jul 2025 19:52:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 09 Mar 2009 00:20:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 112ms
x-archive-orig-etag: "5a8ce3d1dede3358dae4d23f63149552"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6109
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 09 Mar 2009 00:20:30 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="Wed, 04 Feb 2009 12:29:04 GMT", ; rel="memento"; datetime="Mon, 09 Mar 2009 00:20:30 GMT", ; rel="next memento"; datetime="Tue, 14 Apr 2009 11:54:03 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_8_20090308125430_crawl100-c/51_8_20090309001342_crawl101.arc.gz
server-timing: captures_list;dur=0.746900, exclusion.robots;dur=0.024522, exclusion.robots.policy;dur=0.011027, esindex;dur=0.019444, cdx.remote;dur=430.513022, LoadShardBlock;dur=619.621446, PetaboxLoader3.datanode;dur=400.838125, PetaboxLoader3.resolve;dur=621.156560, load_resource;dur=449.244549
x-app-server: wwwb-app216
x-ts: 200
x-tr: 1608
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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}
Eg: git push origin :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 seven1m, 4 months ago
Versions:
This feature is coming soon. Sit tight!