Created
August 23, 2012 14:29
-
-
Save coderforhire/3437171 to your computer and use it in GitHub Desktop.
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 clone --depth=1 git@github.com:/repo | |
rm -Rf ./.git | |
git init | |
git add --all | |
git commit -am 'test' | |
git add remote "stuff" | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment