https://stackoverflow.com/questions/1911109/how-do-i-clone-a-specific-git-branch
1git clone -b <branch> <remote_repo>2
3git clone -b my-branch [email protected]:user/myproject.git
-->
https://stackoverflow.com/questions/1911109/how-do-i-clone-a-specific-git-branch
1git clone -b <branch> <remote_repo>2
3git clone -b my-branch [email protected]:user/myproject.git