-
-
Save dutymess/01730600c77b39fa77eadb53ae187677 to your computer and use it in GitHub Desktop.
This can save a coder's life, in case of fire emergency. Add it to your .bachrc file.
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
function fire() { | |
git checkout -b fire-push | |
git add . | |
git commit -m "push everything b4 running away." | |
git push origin HEAD | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment