Because sometimes a push is a little more important than the last. Plays Push It by Salt-n-Pepa on git pushes.
Push It by Salt-n-Pepa:
https://www.youtube.com/watch?v=vCadcBR95oU
Only works on OSX (uses the afplay
command to play the clip)
-
Edit your
~/.gitconfig
and add analias
section (if not already done). -
Insert the following git alias (you can change
ps
to whatever you want) (Replace/path/to
with the directory you cloned this repo in):ps = !git push && sh /path/to/push-it.sh
-
Git push in style with
git ps
!
[alias]
st = status
pl = pull
cm = commit -am
ps = !git push && sh /path/to/push-it.sh