CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 18 Jul 2025 19:43:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090303133640
location: https://web.archive.org/web/20090303133640/https://github.com/guides/push-a-branch-to-github.atom
server-timing: captures_list;dur=1.086865, exclusion.robots;dur=0.039363, exclusion.robots.policy;dur=0.019461, esindex;dur=0.016192, cdx.remote;dur=24.582071, LoadShardBlock;dur=542.428048, PetaboxLoader3.datanode;dur=45.086663, PetaboxLoader3.resolve;dur=57.725476
x-app-server: wwwb-app211
x-ts: 302
x-tr: 600
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app211; 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: Fri, 18 Jul 2025 19:43:41 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 2031
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 03 Mar 2009 13:36:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 18ms
x-archive-orig-etag: "12e216b9f838d2614c50b5ca299750fc"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 2031
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 03 Mar 2009 13:36:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 12 Oct 2008 15:05:01 GMT", ; rel="prev memento"; datetime="Tue, 23 Dec 2008 14:44:20 GMT", ; rel="memento"; datetime="Tue, 03 Mar 2009 13:36:40 GMT", ; rel="last memento"; datetime="Tue, 03 Mar 2009 13:36:40 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_8_20090303115225_crawl100-c/52_8_20090303133428_crawl101.arc.gz
server-timing: captures_list;dur=0.436144, exclusion.robots;dur=0.014933, exclusion.robots.policy;dur=0.007290, esindex;dur=0.010328, cdx.remote;dur=8.783480, LoadShardBlock;dur=164.664337, PetaboxLoader3.datanode;dur=126.003115, PetaboxLoader3.resolve;dur=283.754725, load_resource;dur=276.867522
x-app-server: wwwb-app211
x-ts: 200
x-tr: 477
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=()
accept-ranges: bytes
tag:github.com,2008:/guides/push-a-branch-to-github
GitHub Guides - Push a Branch to GitHub
2008-10-24T00:14:42-07:00
tag:github.com,2008:Guide/40
2008-04-17T19:26:21-07:00
2008-10-24T00:14:42-07:00
Push a Branch to GitHub - version 2
Fri Oct 24 00:14:42 -0700 2008
<p>To push a local branch to your remote repository:</p>
<p><code>git push origin <branch_name></code></p>
<p>To remove it, see <a href="https://github.com/guides/remove-a-remote-branch">Guide: Remove a remote branch</a></p>
danramteke
tag:github.com,2008:Guide/40
2008-04-17T19:26:21-07:00
2008-04-17T19:26:21-07:00
Push a Branch to GitHub - version 1
Thu Apr 17 19:26:21 -0700 2008
<p>To push a local branch to your remote repository:</p>
<p><code>git push origin <branch_name></code></p>
<p>To remove it, see <a href="https://github.com/guides/remove-a-remote-branch">Guide: Remove a remote branch</a></p>
artofmission