Edit page geeki/update
authorbernie <bernie@88.45.42.150>
Mon, 3 Aug 2009 12:47:49 +0000 (14:47 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 3 Aug 2009 12:47:49 +0000 (14:47 +0200)
geeki/update [new file with mode: 0644]

diff --git a/geeki/update b/geeki/update
new file mode 100644 (file)
index 0000000..775afab
--- /dev/null
@@ -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.