Activity Team/Git FAQ: Difference between revisions

Line 24: Line 24:


:Go to your project directory and type:
:Go to your project directory and type:
  git init
  <nowiki>git init


git add .
git add .
git commit -a
git commit -a
git remote add origin gitorious@git.sugarlabs.org:[your project name]/mainline.git
git remote add origin gitorious@git.sugarlabs.org:[your project name]/mainline.git
git push origin master
git push origin master</nowiki>


:Hence forth, just use:
:Hence forth, just use: