Most of the git has branches. So we might need to clone specific branch from git.
To clone the specific branch in git, syntax is:
git clone -b <branchname> <repository>
As for example view below command
git clone -b fun https://aprsdigital.com/r/fun.git
0 Comments