clone project from master branch git code example
Example: how to git clone a specific branch
# Using gh CLI
gh repo clone <username>/<reponame> -- -b <branchname>
# Using gh CLI
gh repo clone <username>/<reponame> -- -b <branchname>