Skip to content

Instantly share code, notes, and snippets.

@Xiphoseer
Created January 15, 2018 13:30
Show Gist options
  • Select an option

  • Save Xiphoseer/f5bf82dc17d3b84ff0f315b90c7f8a1b to your computer and use it in GitHub Desktop.

Select an option

Save Xiphoseer/f5bf82dc17d3b84ff0f315b90c7f8a1b to your computer and use it in GitHub Desktop.

Revisions

  1. Xiphoseer created this gist Jan 15, 2018.
    5 changes: 5 additions & 0 deletions git-fire
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #/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