Home | Edit | New

Guides: Import an existing git repo feed

Importing an existing local git repository is dead easy.

  1. Create a new github project for it.
  2. cd /existing/local/git/repo
  3. git remote add origin git@github.com:YourGitHubUsername/your-github-projectname.git
  4. 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: