I currently have a git remote setup like the following:
[remote \"upstream\"] url = fetch = +refs/heads/*:refs/remotes/upstream/* >
For me the following seemed to work.
git pull --tags