Git - Get all remote branches
Load all remote branches into local repository
Load all remote branches into local repository
List pulled branches with git branch -a
. To checkout branch use: git checkout remote/branch
.
git remote update
git pull --all
last update: