CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 20:34:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090810111027
location: https://web.archive.org/web/20090810111027/https://github.com/guides/import-an-existing-git-repo
server-timing: captures_list;dur=0.466937, exclusion.robots;dur=0.017587, exclusion.robots.policy;dur=0.009304, esindex;dur=0.009198, cdx.remote;dur=66.761328, LoadShardBlock;dur=386.343798, PetaboxLoader3.datanode;dur=251.280280, PetaboxLoader3.resolve;dur=42.798715
x-app-server: wwwb-app213
x-ts: 302
x-tr: 477
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: 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: Wed, 23 Jul 2025 20:34:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 10 Aug 2009 11:10:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 254ms
x-archive-orig-etag: "c6aab5f8f5c73c1fd119906f41481204"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6284
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 10 Aug 2009 11:10:27 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="Wed, 22 Apr 2009 14:25:20 GMT", ; rel="memento"; datetime="Mon, 10 Aug 2009 11:10:27 GMT", ; rel="next memento"; datetime="Thu, 17 Sep 2009 18:42:23 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_20090810035826_crawl103.gpg-c/51_11_20090810105321_crawl101.arc.gz
server-timing: captures_list;dur=0.746833, exclusion.robots;dur=0.026468, exclusion.robots.policy;dur=0.012502, esindex;dur=0.015998, cdx.remote;dur=70.693301, LoadShardBlock;dur=333.600381, PetaboxLoader3.datanode;dur=274.919994, PetaboxLoader3.resolve;dur=282.836672, load_resource;dur=257.092359
x-app-server: wwwb-app213
x-ts: 200
x-tr: 720
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, 9 months ago
Versions:
This feature is coming soon. Sit tight!