Guides: Import an existing git repo
Importing an existing local git repository is dead easy.
- Create a new github project for it.
- cd /existing/local/git/repo
- git remote add origin git@github.com:YourGitHubUsername/your-github-projectname.git
- git push origin master
Done! Obviously, use your correct github username and project name in step 3.
Last edited by Pistos, 3 months ago
Versions:
