git clone master command code example
Example 1: clone from a specific branch
git clone -b <branchName> <remote_repo_url>
Example 2: git clone from specific branch
git clone -b branchName repoUrl
Example 3: git clone different name
git clone https://github.com/sferik/sign-in-with-twitter.git signin