git fetch --all
OR
git remote update
Note: It will not update local repo.
To pull all branch
git pull --all
Note: It will update local repo.
git fetch --all
OR
git remote update
Note: It will not update local repo.
To pull all branch
git pull --all
Note: It will update local repo.