X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=geeki%2Fupdate;fp=geeki%2Fupdate;h=775afabb39a65af20096348f603ca044badd3578;hp=0000000000000000000000000000000000000000;hb=23f1c3a89d5a9dfd011d105cf48bbcc7d13859e2;hpb=ee10a0be49ca5ab525c17e1c5a60accfbaf63cd2 diff --git a/geeki/update b/geeki/update new file mode 100644 index 0000000..775afab --- /dev/null +++ b/geeki/update @@ -0,0 +1,18 @@ +== Update procedure == + +If you cloned the repository as suggested, updating and downgrading is easy: + +{{{ +cd wiki +git pull +cd data +git pull +}}} + +to switch to a different version of GeekiGeeki: + +{{{ +git checkout {tree-ish} +}}} + +where ##{tree-ish}## could be a tag, a branch name, or a specific commit.