X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=geeki%2Fupdate;fp=geeki%2Fupdate;h=0000000000000000000000000000000000000000;hp=8f167d11a2fdb35421c076bb1b1d88e6e2249275;hb=9a5a18cc3c2ab71d346e96ff7c699666664ab17a;hpb=4586942369913b74f755e2bbb502f8940ce276c3 diff --git a/geeki/update b/geeki/update deleted file mode 100644 index 8f167d1..0000000 --- a/geeki/update +++ /dev/null @@ -1,19 +0,0 @@ -== 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.