Last active
November 9, 2017 03:11
-
-
Save mblarsen/c3ca0ad2e292d1953b1f54a0e7980881 to your computer and use it in GitHub Desktop.
gitschwifty package.json scripts
This file contains 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 characters
"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