Skip to content

Instantly share code, notes, and snippets.

@schne324
schne324 / concerts.json
Last active December 5, 2019 18:56
Concerts
[
{
"artist": "Rush",
"dates": [
"06/14/15"
],
"location": "Auburn Hills, MI",
"venue": "The Palace"
},
{

Orphan release process:

First, assuming you have stuff built (gulp or grunt build), copy the the dist directory and temporarily store it anywhere outside of the repo

Then execute the following...

  • git checkout --orphan release
  • git rm --cached $(git ls-files)
  • git clean -d -x -f

You should have an empty repo at this point...