12

For the ultimate fuckit alias:
alias fuckit='git commit -am "$(curl -s whatthecommit.com/index.txt)"'

gulp && git add . && fuckit && git push && firebase deploy

Comments
  • 1
    so yeah I used this as my deploy script lol
  • 1
    love it, vulgar aliases are a favorite past time of mine

    alias pushthatshit="push"
    alias nonono="cd ~"

    git pushthatshit && nonono
  • 2
    my favourite alias:

    alias whotofire='git bisect'
Add Comment