Skip to content

Instantly share code, notes, and snippets.

@yratof
Last active May 11, 2016 11:51
Show Gist options
  • Save yratof/66b9263d3211628f917e to your computer and use it in GitHub Desktop.
Save yratof/66b9263d3211628f917e to your computer and use it in GitHub Desktop.
Incase of fire
# 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'
@yratof
Copy link
Author

yratof commented May 11, 2016

Updated to branch incase of merging issues. Noone wants to compare files while the world is burning down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment