git tag v1 -m "some msg"; && git tag -a v1 -m "some msg " ; What is the difference of both ?
Asked
Active
Viewed 24 times
git tag v1 -m "some msg"; && git tag -a v1 -m "some msg " ; What is the difference of both ?