Skip to content

Instantly share code, notes, and snippets.

@JesusLeon
Last active October 22, 2015 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JesusLeon/77b50d887f4ad3165c84 to your computer and use it in GitHub Desktop.
Save JesusLeon/77b50d887f4ad3165c84 to your computer and use it in GitHub Desktop.
git config --global alias.fire '!git checkout -b fire && git add -A && git commit -m "fire!" && git push origin fire'
# or friday or 6 o'clock :)
git config --global alias.friday '!git checkout -b friday && git add -A && git commit -m "friday!" && git push origin friday'
git config --global alias.6oclock '!git checkout -b 6oclock && git add -A && git commit -m "6oclock!" && git push origin 6oclock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment