Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save popenkomaksim/ef3443649d5f451d95a0 to your computer and use it in GitHub Desktop.
Save popenkomaksim/ef3443649d5f451d95a0 to your computer and use it in GitHub Desktop.
git-clone-repo
git clone REPO tmp && mv tmp/.git . && rm -rf tmp && git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment