Skip to content

Check out a specific version of devilry

espenak edited this page Sep 7, 2011 · 1 revision

List available versions

$ git tag -l

Show information about a version

Use git show VERSION to show details about a specific version. For example:

$ git show v0.1.5

Check out a specific version

Use git checkout VERSION to check out a specific version. For example:

$ git checkout v0.1.5
Clone this wiki locally