The ansible instructions state to run
git pull && git checkout version_name
but I don’t understand what url to put there.
https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md
The ansible instructions state to run
git pull && git checkout version_name
but I don’t understand what url to put there.
https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md
git checkout
takes a branch or tag name. In your example, it’s almost certainly referring to a git tag that aligns with a version of the software.