cheatsheat
Remote
-
Show remote branch:
git branch -r
-
Fetch all remote branch:
git fetch --all
-
Create local
of a remote: Just git checkout <branch>
(notorigin/<branch>
)
Show remote branch:
git branch -r
Fetch all remote branch:
git fetch --all
Create local git checkout <branch>
(not origin/<branch>
)