Skip to content

Instantly share code, notes, and snippets.

@diorahman
Created April 20, 2016 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diorahman/319893c98b3b1ac7ed96ff099117ce4d to your computer and use it in GitHub Desktop.
Save diorahman/319893c98b3b1ac7ed96ff099117ce4d to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment