Created
October 19, 2018 01:15
-
-
Save gregjhogan/f4b114adf515fe1dc09b3bffb766fae2 to your computer and use it in GitHub Desktop.
convert git repo to shallow clone
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 pull --depth=1 | |
| git gc --prune=all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment