General Cloning specific branch March 22, 2019 Pramod T P Leave a comment Run the following command to clone a specific branch git clone REPO-URL -b BRANCH-NAME Eg: git clone https://www.github.com/Repo/FirstRepo -b development