$ git config --get remote.origin.fetch +refs/heads/master:refs/remotes/origin/master $ git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" $ git config --get remote.origin.fetch +refs/heads/*:refs/remotes/origin/*