Created
June 11, 2015 15:42
-
-
Save GoesToEleven/718324a13f0dd7bd83d0 to your computer and use it in GitHub Desktop.
Reconstituting a project in github
This file contains 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
$ 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