Difference between revisions of "Tortoise GitHub"
From SingletonMillerWiki
m |
m (→References) |
||
Line 24: | Line 24: | ||
== References == | == References == | ||
− | [http://git-scm.com/documentation http://git-scm.com/documentation] | + | #[http://git-scm.com/documentation http://git-scm.com/documentation] |
Revision as of 15:12, 3 August 2012
Contents
Repositories
Get the Tortiose Git Code
taken from [1]. On your RPi run the following:
-
sudo apt-get install git
-
git clone https://github.com/raspberrytorte/tortoise.git
Build the code
-
cd tortise/bufferboard/gertboard_sw
-
make
Run the code
Commiting changes
git add <newfiles/folders>
git commit -m "commit message"
git push origin master
you'll be asked for your github account details