Activity Team/Git Tutorial: Difference between revisions
| Line 75: | Line 75: | ||
git clone gitorious@git.sugarlabs.org:${SLUG}/mainline.git ${SLUG}.git | git clone gitorious@git.sugarlabs.org:${SLUG}/mainline.git ${SLUG}.git | ||
Replace | Replace ''${SLUG}'' with your project slug value. | ||
Once you do this, you will have a local repository that shares the same history of changes (if any) of the repository at Sugar Labs. You should only need to do this once for each project and system. You can do it again if you need a fresh copy that has no changes. | Once you do this, you will have a local repository directory named ${SLUG}.git that shares the same history of changes (if any) of the repository at Sugar Labs. You should only need to do this once for each project and system. You can do it again if you need a fresh copy that has no changes. | ||
=== Identify Yourself to Git === | === Identify Yourself to Git === | ||