Activity Team/Git Tutorial: Difference between revisions
Nostalghia (talk | contribs) |
|||
| Line 63: | Line 63: | ||
=== Push project === | === Push project === | ||
git remote add origin gitorious@git.sugarlabs.org: | |||
Replace ''<slug>'' substring with your project slug value | |||
git remote add origin gitorious@git.sugarlabs.org:<slug>/mainline.git | |||
# to push the master branch to the origin remote we added above: | # to push the master branch to the origin remote we added above: | ||
git push origin master | git push origin master | ||