• @listless
    link
    3
    edit-2
    3 days ago

    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.

    • @PriorityMotif@lemmy.worldOP
      link
      fedilink
      13 days ago

      I guess I’m still a bit confused. My sites current version is v.0.19.9 The current lemmy release version is v0.19.11. I’m getting this:

       * [new branch]      ansible-galaxy-install -> origin/ansible-galaxy-install
         e4f2728..3f0e6c7  main                   -> origin/main
      You are not currently on a branch.
      Please specify which branch you want to merge with.
      See git-pull(1) for details.
      
          git pull <remote> <branch>
      

      https://github.com/LemmyNet/joinlemmy-site/blob/main/src/assets/news/2025-04-08 - Lemmy Release v0.19.11.md

        • @PriorityMotif@lemmy.worldOP
          link
          fedilink
          22 days ago

          That’s how I installed, however I think I messed up the install folder screwing around. I have two instances, one with no users and email has also stopped working on that one. I’ll try to just go back through the basic ansible instructions from scratch and see if that works, I can always roll it back.