Skip to content

Instantly share code, notes, and snippets.

@hypest
Created November 7, 2021 20:38
Show Gist options
  • Save hypest/2bed958ec540a4352df4b498407b6bfd to your computer and use it in GitHub Desktop.
Save hypest/2bed958ec540a4352df4b498407b6bfd to your computer and use it in GitHub Desktop.
Unshallow shallow checkout
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch --all
@hypest
Copy link
Author

hypest commented Nov 7, 2021

h/t @mzorz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment