8ff2b2afc6d9e6249d992d6c1319fbe03c1d8e74
[wiki.git] / geeki / upgrade
1 == Update procedure ==
2
3 If you cloned the repository as suggested by the [[geeki/install]] procedure,
4 upgrading and downgrading is 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.