Created
November 7, 2021 20:38
-
-
Save hypest/2bed958ec540a4352df4b498407b6bfd to your computer and use it in GitHub Desktop.
Unshallow shallow checkout
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 config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
h/t @mzorz