Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Created September 17, 2013 18:16
Show Gist options
  • Save seanbuscay/e03b2924cc866319a1b1 to your computer and use it in GitHub Desktop.
Save seanbuscay/e03b2924cc866319a1b1 to your computer and use it in GitHub Desktop.
git checkout --orphan newbranch
git rm -rf .
<do work>
git add your files
git commit -m 'Initial commit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment