Git Fetch All After--Single-Branch
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch origin
Poised Partridge
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch origin