Created
January 15, 2018 13:30
-
-
Save Xiphoseer/f5bf82dc17d3b84ff0f315b90c7f8a1b to your computer and use it in GitHub Desktop.
Yet Another Git Fire Script (YAGFS)
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/bash | |
git add --all | |
git checkout -b it-burns-us | |
git commit -m "In Case Of Fire: git commit; git push; leave building" | |
git push --set-upstream origin it-burns-us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment