CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 07:46:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090917184223
location: https://web.archive.org/web/20090917184223/https://github.com/guides/import-an-existing-git-repo
server-timing: captures_list;dur=1.060696, exclusion.robots;dur=0.033816, exclusion.robots.policy;dur=0.014491, esindex;dur=0.017338, cdx.remote;dur=124.424702, LoadShardBlock;dur=467.730995, PetaboxLoader3.datanode;dur=196.539909, PetaboxLoader3.resolve;dur=241.502859
x-app-server: wwwb-app203
x-ts: 302
x-tr: 648
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; 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, 23 Jul 2025 07:46:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Thu, 17 Sep 2009 18:42:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4d5a67236e518f3ffdeedc390459a124"
x-archive-orig-x-runtime: 578ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6285
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 17 Sep 2009 18:42:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 12 May 2008 12:31:49 GMT", ; rel="prev memento"; datetime="Mon, 10 Aug 2009 11:10:27 GMT", ; rel="memento"; datetime="Thu, 17 Sep 2009 18:42:23 GMT", ; rel="next memento"; datetime="Wed, 27 Jan 2010 10:23:01 GMT", ; rel="last memento"; datetime="Fri, 29 Apr 2016 08:38:31 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_20090917103957_crawl101_IndexOnly.gpg-c/51_11_20090917184057_crawl101.arc.gz
server-timing: captures_list;dur=0.496473, exclusion.robots;dur=0.018841, exclusion.robots.policy;dur=0.007708, esindex;dur=0.010163, cdx.remote;dur=92.261709, LoadShardBlock;dur=853.573225, PetaboxLoader3.resolve;dur=712.919202, PetaboxLoader3.datanode;dur=292.467313, load_resource;dur=187.098641
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1179
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
Import an existing git repo - Guides - GitHub
Guides: Import an existing git repo
Guides: Import an existing git repo
Importing an existing local git repository is dead easy.
- Create a new github project (the link is close to the top right of your dashboard)
cd /existing/local/git/repo
git remote add origin git@github.com:YourGitHubUsername/your-github-projectname.git
git push origin master
Last edited by ap, 10 months ago
Versions:
This feature is coming soon. Sit tight!