Fix for git not fetching all branches

Michael Roma on Feb 26, 2017

Below is a fix for if your git fetch does not fetch all branches First run the following command:

\( git config --get remote.origin.fetch
</pre>

If the value returned is **not** equal to:
<pre>
+refs/heads/*:refs/remotes/origin/*
</pre>

Then run this to set the config:
<pre>
\) git config remote.origin.fetch “+refs/heads/:refs/remotes/origin/