A SourceTree fetch all actually comes down to this:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch --tags origin
Despite being such a big command-line, it sometimes doesn’t find new remote branches and you end up with a situation like this:










