Project

General

Profile

Git Setup

Check out a copy of the repository using:

 git clone ssh://<username>@roboclub.org/home/svn/quadrotor 

Add files with:

 git add <filenames> 

Commit to your computer's repository with:

 git commit -a 

Push to the server repository (here) with:

 git push 

Update to the latest version with:

 git pull