I currently have a git remote setup like the following:
[remote \"upstream\"] url = fetch = +refs/heads/*:refs/remotes/upstream/* >
It's simple. Do a
git fetch --all