X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=geeki%2Fupgrade;fp=geeki%2Fupgrade;h=8f167d11a2fdb35421c076bb1b1d88e6e2249275;hp=0000000000000000000000000000000000000000;hb=9a5a18cc3c2ab71d346e96ff7c699666664ab17a;hpb=4586942369913b74f755e2bbb502f8940ce276c3 diff --git a/geeki/upgrade b/geeki/upgrade new file mode 100644 index 0000000..8f167d1 --- /dev/null +++ b/geeki/upgrade @@ -0,0 +1,19 @@ +== Update procedure == + +If you cloned the repository as suggested by the [[geeki/install]] procedure, +updating and downgrading becomes quite straightforward: + +{{{ +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.