-
-
Save ridingintraffic/fef78d1517d9bceec33e15d86374c3b6 to your computer and use it in GitHub Desktop.
in case 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
function FIRE() | |
{ | |
find ~/git/github/$(whoami) -maxdepth 1 -mindepth 1 -type d -exec cd {} \; -exec git pull {} \; -exec git add --all {} \; -exec git commit -a -m "firesale" {} \; -exec git push origin `git rev-parse --abbrev-ref HEAD` {} \; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment