Git - Tagging
You run
git tag -a v2.0 but forget to specify a commit hash. What happens?git tag -a v2.0 but forget to specify a commit hash. What happens?git tag -a v2.0 creates an annotated tag named v2.0 on the current commit checked out.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions