Une collection organisée de snippets de code pour accélérer votre développement. Parcourez, recherchez et copiez en un clic.
git tag -a v1.0.0 -m "Version 1.0.0"
git tag v1.0.0
git tag
git push --tags
git push origin :refs/tags/v1.0.0
git tag -d v1.0.0