59e75a9e9c8fcbf0f23c46e81b2d3fda152c8285
[wiki.git] / geeki / update
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.