Last active
May 11, 2016 11:51
-
-
Save yratof/66b9263d3211628f917e to your computer and use it in GitHub Desktop.
Incase of fire
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
# Fire Escape // Add this alias incase theres a fire. | |
alias fire='git branch -b emergency-fire && git add -A && git commit -m "Theres a fire happening, so Im pushing everything I have so far incase the computers dont make it out alive!" && git push' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated to branch incase of merging issues. Noone wants to compare files while the world is burning down.