I have forked a remote repo and it has 3 branches
- master
- a
- b
But the team added new branches to the remote. And the current branches are
- master
- a
- b
- c
- d
- e
but my fork has only 3 branches. How should I update my fork to contain all the branches (including newly added branches) present in remote repo.