Activity Team/Git FAQ: Difference between revisions
| Line 15: | Line 15: | ||
Go to your project directory and type: | Go to your project directory and type: | ||
git init | git init | ||
git add * | git add * | ||
git commit -a | git commit -a | ||
git remote add origin gitorious@git.sugarlabs.org: | git remote add origin gitorious@git.sugarlabs.org:[your project name]/mainline.git | ||
git push origin master | git push origin master | ||
Hence forth, just use: | |||
git commit | |||
git push | git push | ||