Edit page GeekiGeeki
[wiki.git] / geeki / upgrade
diff --git a/geeki/upgrade b/geeki/upgrade
new file mode 100644 (file)
index 0000000..8f167d1
--- /dev/null
@@ -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.