So ... I have a Git repository on my desktop computer that is linked to a GitHub repository. When I do this:
git tag -a -FC:\Users\Adam\AppData\Local\Temp\git-tag-message-4665532737910125701.txt v0.1 63f5
the tag does not appear as a release on the GitHub website. (Note: the IDE handles all things Git -> GitHub for me). Do I need to push something after creating a tag?
git github
DJ8X
source share