Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Created June 11, 2015 15:42
Show Gist options
  • Save GoesToEleven/718324a13f0dd7bd83d0 to your computer and use it in GitHub Desktop.
Save GoesToEleven/718324a13f0dd7bd83d0 to your computer and use it in GitHub Desktop.
Reconstituting a project in github
$ mkdir FOLDERNAME
$ cd FOLDERNAME
$ git clone --mirror GITURL .git
$ git config --bool core.bare false
$ git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment