CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 13:05:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100127102301
location: https://web.archive.org/web/20100127102301/https://github.com/guides/import-an-existing-git-repo
server-timing: captures_list;dur=0.729578, exclusion.robots;dur=0.024546, exclusion.robots.policy;dur=0.010584, esindex;dur=0.013916, cdx.remote;dur=499.140859, LoadShardBlock;dur=408.667160, PetaboxLoader3.datanode;dur=149.393523, PetaboxLoader3.resolve;dur=97.261654
x-app-server: wwwb-app220
x-ts: 302
x-tr: 932
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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: Mon, 11 Aug 2025 13:05:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 27 Jan 2010 10:23:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9d1c8a2389ff2bf5964b4d95d8038b9b"
x-archive-orig-x-runtime: 67ms
x-archive-orig-content-length: 7195
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 27 Jan 2010 10:23:01 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="Thu, 17 Sep 2009 18:42:23 GMT", ; rel="memento"; datetime="Wed, 27 Jan 2010 10:23:01 GMT", ; rel="next memento"; datetime="Thu, 11 Mar 2010 05:45:30 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_14_20100127092515_crawl100-c/51_14_20100127102011_crawl101.arc.gz
server-timing: captures_list;dur=0.716120, exclusion.robots;dur=0.023719, exclusion.robots.policy;dur=0.010682, esindex;dur=0.013180, cdx.remote;dur=1671.999080, LoadShardBlock;dur=112.286780, PetaboxLoader3.datanode;dur=161.419161, PetaboxLoader3.resolve;dur=185.870372, load_resource;dur=240.975730
x-app-server: wwwb-app220
x-ts: 200
x-tr: 2064
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, about 1 year ago
Versions: