Activity Team/Git FAQ: Difference between revisions
Line 21: | Line 21: | ||
=== How do I create a new project? === | === How do I create a new project? === | ||
:First set up the project in | :First set up the project in github as per above. | ||
:Go to your project directory and type: | :Go to your project directory and type: | ||
Line 28: | Line 28: | ||
git add . | git add . | ||
git commit -a | git commit -a | ||
git remote add origin | git remote add origin git@github.com:username/[your project name].git | ||
git push origin master</nowiki> | git push origin master</nowiki> | ||