pull all remote branch into new local code example
Example: pull all remote branch into new local
$ git checkout <remotebranchname>
Branch <remotebranchname> set up to track <remotebranchname>
Switched to a new branch 'remotebranchname'
$ git checkout <remotebranchname>
Branch <remotebranchname> set up to track <remotebranchname>
Switched to a new branch 'remotebranchname'