Is there a way to keep a checkout updated between tags, and only tags?
Ideally, I want to go into the checkout's directory, type "git pull", have the command fail if there are no new tags in the repo or pull all the code down from that newer tag.
Is this a bad idea? Maybe, because I can't find a solution, no one actually does this. Are there any issues executing this way?