Last active
July 13, 2017 21:52
-
-
Save tibawatanabe/e8559cef541491bba0932aa56919745c to your computer and use it in GitHub Desktop.
git clone a single branch limiting commits
This file contains hidden or 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 -b <your_branch> --single-branch <your_repository_url> --depth <number_of_commits> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment