CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 23:22:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081114040757
location: https://web.archive.org/web/20081114040757/https://github.com/guides/remove-a-remote-branch
server-timing: captures_list;dur=0.813344, exclusion.robots;dur=0.028651, exclusion.robots.policy;dur=0.012623, esindex;dur=0.015054, cdx.remote;dur=1315.222867, LoadShardBlock;dur=152.284641, PetaboxLoader3.datanode;dur=55.146890, PetaboxLoader3.resolve;dur=46.879988
x-app-server: wwwb-app213
x-ts: 302
x-tr: 1527
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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, 07 Aug 2025 23:22:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 14 Nov 2008 04:07:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.03203
x-archive-orig-etag: "5853a04042d0bec6d370298ec15acb79"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 5157
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 14 Nov 2008 04:07:57 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, 04 Nov 2008 16:42:45 GMT", ; rel="memento"; datetime="Fri, 14 Nov 2008 04:07:57 GMT", ; rel="next memento"; datetime="Wed, 17 Dec 2008 14:15:19 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: BNF-CRAWL-004-20081114035153-03837-crawling103-c/BNF-CRAWL-004-20081114040312-04195-crawling108.us.archive.org.arc.gz
server-timing: captures_list;dur=0.499368, exclusion.robots;dur=0.021975, exclusion.robots.policy;dur=0.010794, esindex;dur=0.010394, cdx.remote;dur=43.060575, LoadShardBlock;dur=179.791477, PetaboxLoader3.datanode;dur=130.235568, PetaboxLoader3.resolve;dur=449.811414, load_resource;dur=448.546985
x-app-server: wwwb-app213
x-ts: 200
x-tr: 719
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 — GitHub 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, 20 days ago
Versions:
This feature is coming soon. Sit tight!