CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 16:38:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081217133312
location: https://web.archive.org/web/20081217133312/https://github.com/guides/import-an-existing-git-repo
server-timing: captures_list;dur=0.610517, exclusion.robots;dur=0.021964, exclusion.robots.policy;dur=0.009930, esindex;dur=0.016041, cdx.remote;dur=92.150606, LoadShardBlock;dur=292.855099, PetaboxLoader3.datanode;dur=193.976086
x-app-server: wwwb-app221
x-ts: 302
x-tr: 420
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app221; 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 16:38:04 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 17 Dec 2008 13:33:12 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 205ms
x-archive-orig-etag: "2297b2df02874130dfeff8034929b02c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 5418
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 17 Dec 2008 13:33:12 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="Fri, 25 Jul 2008 19:00:10 GMT", ; rel="memento"; datetime="Wed, 17 Dec 2008 13:33:12 GMT", ; rel="next memento"; datetime="Wed, 11 Feb 2009 15:52:57 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: 52_7_20081217130643_crawl102-c/52_7_20081217133228_crawl103.arc.gz
server-timing: captures_list;dur=0.518050, exclusion.robots;dur=0.018556, exclusion.robots.policy;dur=0.008883, esindex;dur=0.030868, cdx.remote;dur=66.324888, LoadShardBlock;dur=518.385451, PetaboxLoader3.datanode;dur=411.500089, PetaboxLoader3.resolve;dur=184.052197, load_resource;dur=235.177437
x-app-server: wwwb-app221
x-ts: 200
x-tr: 951
server-timing: TR;dur=0,Tw;dur=0,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
Import an existing git repo — GitHub 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, about 1 month ago
Versions:
This feature is coming soon. Sit tight!