Edit page PersonalEducation
[wiki.git] / geeki / upgrade
1 == Update procedure ==
2
3 If you cloned the repository as suggested by the [[geeki/install]] procedure,
4 updating and downgrading becomes quite straightforward:
5
6 {{{
7 cd wiki
8 git pull
9 cd data
10 git pull
11 }}}
12
13 To switch to a different version of GeekiGeeki:
14
15 {{{
16 git checkout {tree-ish}
17 }}}
18
19 where ##{tree-ish}## could be a tag, a branch name, or a specific commit.