I just updated a project to VS 2013 and hooked my bitbucket account into it. Everything looks to be committing and pushing fine. According to MSDN link, Git for VS 2013 doesn't support pushing tags, and say it needs to be done through the command line interface. I'd like to use tags to track the version number of my various commits, and the version number is conveniently stored in the assembly information of my project.
I'd like to commit whatever the current version number is for my project, is there any way to do this aside from manually trying it into the command line every time? I assume there isn't, but SO is fully of clever people, so I thought I'd at least ask.