Welcome to the thunar wiki!
for dummies tag to branch git checkout -b newbranch <tag>
git checkout -b newbranch <tag>
commits dazu packen git cherry-pick <commit>
git cherry-pick <commit>
release needs a tag git tag <tagname> <currentbranch>
git tag <tagname> <currentbranch>
Important!!!! git push --tags ansonsten nix mit tags auf github
git push --tags