joey@akita ~/git/Arduino.git $ git remote -v
origin
git@github.com:arduino/Arduino.git (fetch)
origin
git@github.com:arduino/Arduino.git (push)
joey@akita ~/git/Arduino.git $ cd ..
joey@akita ~/git $ rm -rf arduino
joey@akita ~/git $ git clone Arduino.git arduino
Clonage dans 'arduino'...
fait.
joey@akita ~/git $ cd arduino
joey@akita ~/git/arduino $ git checkout 1.6.3
Note: checking out '1.6.3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD est maintenant sur 9d2034a... Update revisions.txt
joey@akita ~/git/arduino $ cd build/
joey@akita ~/git/arduino/build $ java -version
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
joey@akita ~/git/arduino/build $ ant
[snip]
BUILD SUCCESSFUL
Total time: 2 minutes 4 seconds
joey@akita ~/git/arduino/build $