Skip to content

Instantly share code, notes, and snippets.

@voidvn
Created June 12, 2023 20:00
Show Gist options
  • Save voidvn/c6b9919c40d363e8ffddd11ee3626092 to your computer and use it in GitHub Desktop.
Save voidvn/c6b9919c40d363e8ffddd11ee3626092 to your computer and use it in GitHub Desktop.
Git cli command to clone remote branch
git clone --branch <branchname> <remote-repo-url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment