CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 15:02:02 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090801111423
location: https://web.archive.org/web/20090801111423/https://github.com/guides/remove-a-remote-branch
server-timing: captures_list;dur=1.468774, exclusion.robots;dur=0.055874, exclusion.robots.policy;dur=0.025632, esindex;dur=0.033943, cdx.remote;dur=208.461879, LoadShardBlock;dur=286.413308, PetaboxLoader3.datanode;dur=180.228462, PetaboxLoader3.resolve;dur=80.703394
x-app-server: wwwb-app214
x-ts: 302
x-tr: 528
server-timing: TR;dur=0,Tw;dur=1173,Tc;dur=1
set-cookie: SERVER=wwwb-app214; 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 15:02:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 01 Aug 2009 11:14:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 236ms
x-archive-orig-etag: "da14036eef7d36a1757afa2d463fd44a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6880
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 01 Aug 2009 11:14:23 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="Fri, 10 Jul 2009 02:07:40 GMT", ; rel="memento"; datetime="Sat, 01 Aug 2009 11:14:23 GMT", ; rel="next memento"; datetime="Thu, 27 Aug 2009 09:26:57 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_11_20090801054226_crawl103.gpg-c/51_11_20090801111308_crawl101.arc.gz
server-timing: captures_list;dur=0.660248, exclusion.robots;dur=0.021927, exclusion.robots.policy;dur=0.010233, esindex;dur=0.014218, cdx.remote;dur=1103.399681, LoadShardBlock;dur=896.599518, PetaboxLoader3.datanode;dur=573.269630, PetaboxLoader3.resolve;dur=410.731988, load_resource;dur=140.126413
x-app-server: wwwb-app214
x-ts: 200
x-tr: 2178
server-timing: TR;dur=0,Tw;dur=1076,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
Removing a branch from your remote repo is a little bit different from removing it locally. It’s all about the colon:
git push <remote_repo> :heads/<branch>
Example: git push origin :some-branch
removes some-branch from the remote repo.
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 chikamichi, 6 days ago
Versions:
This feature is coming soon. Sit tight!