Content
4.11 88 7 11:09 it-fire is a Git plugin that helps in the event of an emergency by switching to the repository’s root directory, adding all current files, committing, and pushing commits and all stashes to a new branch (to prevent merge conflicts). Alias it to git out or git going for comedic effect. git config –global alias. out fire git config –global alias.going fire What It Does changes directory to root directory of the repository creates new branch fire-current branch-user email-seconds since epoch adds all files commits with "Fire! Branch new branch" or custom message pushes commits to remote pushes all stashes to remote