How can I update the local repository with all new branches?
Example:
Remote: master, develop, feature1, feature2(new branch) and feature3(new branch) branches.
Local: master, develop and feature1 branches.
What I need:
Update my local and "download" all the branches
.