Skip to content

Instantly share code, notes, and snippets.

@Xiphoseer
Created January 15, 2018 13:30
Show Gist options
  • Save Xiphoseer/f5bf82dc17d3b84ff0f315b90c7f8a1b to your computer and use it in GitHub Desktop.
Save Xiphoseer/f5bf82dc17d3b84ff0f315b90c7f8a1b to your computer and use it in GitHub Desktop.
Yet Another Git Fire Script (YAGFS)
#/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