Created
June 27, 2013 15:26
-
Star
(130)
You must be signed in to star a gist -
Fork
(37)
You must be signed in to fork a gist
-
-
Save seanbuscay/5877413 to your computer and use it in GitHub Desktop.
Revisions
-
seanbuscay created this gist
Jun 27, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ cd repository git checkout --orphan orphan_name git rm -rf . rm '.gitignore' echo "#Title of Readme" > README.md git add README.md git commit -a -m "Initial Commit" git push origin orphan_name