Pages

Wednesday, May 25, 2022

Git Commands (Clone a specific Git branch)

git clone -b <your branch> <remote_repo url> 

Example: 

git clone -b myBranch https://github.com/shadhin/java.git

No comments:

Post a Comment