CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 18 Jul 2025 15:17:54 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=4.673667, exclusion.robots;dur=0.024920, exclusion.robots.policy;dur=0.011848, esindex;dur=0.010807, cdx.remote;dur=21.022134, LoadShardBlock;dur=303.730853, PetaboxLoader3.datanode;dur=165.999157, PetaboxLoader3.resolve;dur=64.984940
x-app-server: wwwb-app214
x-ts: 302
x-tr: 354
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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: Fri, 18 Jul 2025 15:17:55 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.528784, exclusion.robots;dur=0.022599, exclusion.robots.policy;dur=0.011055, esindex;dur=0.010176, cdx.remote;dur=36.475714, LoadShardBlock;dur=392.439742, PetaboxLoader3.datanode;dur=315.173490, PetaboxLoader3.resolve;dur=289.477890, load_resource;dur=321.243294
x-app-server: wwwb-app214
x-ts: 200
x-tr: 779
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