Skip to content
Robert Townley edited this page Dec 10, 2013 · 10 revisions

Welcome to the icu wiki!

i had to have a short name and icu as in "I see you" was available.

git clone https://github.com/OmahaCM/icu.git
git pull https://github.com/OmahaCM/icu.git alpha2

will pull a version and everything under
/home/pi/
with notable exceptions such as ~./ssh/id_rsa and ~./config/midori/{cookies | sessions } but as well everything in the file ~/.gitignore

It is a form of backup.

This is how i set the tag "alpha3":
git tag -a -m "alpha2 plus updated .gitignore." alpha3 HEAD
git push --tags

Clone this wiki locally