made with esnextbin
This file contains hidden or 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
xxx: | |
# 50-character subject line ^ | |
# 72-character wrapped longer description. This should answer: ^ | |
# | |
# * Why was this change necessary? | |
# * How does it address the problem? | |
# * Are there any side effects? | |
Related-to: [ISSUE] |
made with esnextbin
made with esnextbin
I hereby claim:
- I am koddsson on github.
- I am koddsson (https://keybase.io/koddsson) on keybase.
- I have a public key whose fingerprint is CE3A 6AB4 9EAF 00C2 2AB7 4E90 92A0 22F6 0F83 CFC2
To claim this, I am signing this object:
This file contains hidden or 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
#!/bin/sh | |
git stash save -k "KODDSSON-PRE-COMMIT-STASH" | |
npm run lint | |
git stash apply stash^{/KODDSSON-PRE-COMMIT-STASH} |
made with esnextbin
This file contains hidden or 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
# If applied, this commit will... | |
# Explain why this change is being made | |
# Provide links to any relevant tickets, articles or other resources |
This file contains hidden or 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
<!DOCTYPE html> | |
Hello World |