git pushit
I wanted to do something silly this morning, so here’s my newest git alias.
git config --global alias.pushit '!f() { git push; start http://druttka.github.io/pushit ; }; f'
This will do a git push and then open a browser. The browser will either play “Push It” by Salt-N-Pepa or “Push It” by Static-X.
Read other posts