Project

General

Profile

Git Setup

To download the Colony Scout OS Repository, use:

git clone ssh://YOUR_ANDREW_ID_HERE@roboclub.org/home/svn/scoutos

A quick summary of how to use git:

For each file you added, type:

git add [filename]

Or, as long as you don't accidentally add compiled files, you can type:

git add *

You can always check the status to see if you made a mistake:

git status

Once it's all added, you commit to your local repository with:

git commit -a

(and type a thorough commit message)

Then push to the master repository with:

git push

Git Presentation

See the presentation for more information on Git and SVN
Link to Presentation