git fetch --all doesnt fetch branches code example
Example: get all branches from remote
You can fetch all branches from all remotes like this:
git fetch --all
You can fetch all branches from all remotes like this:
git fetch --all