Skip to content

Instantly share code, notes, and snippets.

@mblarsen
Last active November 9, 2017 03:11
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 mblarsen/c3ca0ad2e292d1953b1f54a0e7980881 to your computer and use it in GitHub Desktop.
Save mblarsen/c3ca0ad2e292d1953b1f54a0e7980881 to your computer and use it in GitHub Desktop.
gitschwifty package.json scripts
"scripts": {
"begin": "git reset --hard start",
"complete": "git reset --hard complete",
"previous": "git reset --hard complete",
"next": "git reset --hard $(git describe --tags)",
"reset": "git reset --hard $(git describe --tags)",
"current": "echo \"You are at step \"$(git describe --tags)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment