Can I go into a tag
in git
and make changes and repush that tag and new changes?
I tried:
git tags
0.2.0
0.2.1
git checkout 0.2.0
Then I made some changes and did:
git add .
git commit -a -m "Cleanup."
git push --tags
But it is saying no changes to push.