Tag de caisse git

git fetch --tags # fetch latests tag, you can use `git pull` too if you want
git checkout <your tag here> # checkout code to the specified tag
AM-I-Human