DEV Community

San
San

Posted on

How to clone specific git branch on local machine and any server.

Here is command
git clone -bmybranchgit url``

git clone -b dev git url

Top comments (0)