Created
March 3, 2021 16:55
-
-
Save marcosricardoss/08cded78d928eb1857cf7fdc2568682d to your computer and use it in GitHub Desktop.
How to clone a single branch in Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --single-branch --branch features/name https://github.com/username/reponame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment