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