Tortoise GitHub

From SingletonMillerWiki
Revision as of 15:12, 3 August 2012 by Martin (Talk | contribs)

Jump to: navigation, search


Repositories

Get the Tortiose Git Code

taken from [1]. On your RPi run the following:

  1. sudo apt-get install git
  2. git clone https://github.com/raspberrytorte/tortoise.git

Build the code

  1. cd tortise/bufferboard/gertboard_sw
  2. make

Run the code

Commiting changes

  1. git add <newfiles/folders>
  2. git commit -m "commit message"
  3. git push origin master

you'll be asked for your github account details

References

http://git-scm.com/documentation