Update procedure ΒΆ

If you cloned the repository as suggested by the install procedure, upgrading and downgrading is 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.