Checkout different Devilbox release
Checkout different Devilbox release
You now have the devilbox downloaded at the latest version
(git master branch). This is also recommended as it receives bugfixes
frequently. If you however want to stay on a stable release, you need to
check out a specific git tag.
Lets say you want your devilbox setup to be at release v1.0.1, all you
have to do is to check out this specific git tag.
host> cd path/to/devilbox# Ensure you have latest from remotehost> git fetch# Switch to this releasehost> git checkout v1.0.1[!WARNING] Whenever you check out a different version, make sure that your
.envfile is up-to-date with the bundledenv-examplefile. Different Devilbox releases might require different settings to be available inside the.envfile. Refer to the next section for how to create the.envfile.