Created
February 18, 2014 04:46
-
-
Save nquinlan/9064779 to your computer and use it in GitHub Desktop.
pushit command as suggested by https://twitter.com/lindseybieda/status/435632856178507776
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in your .bash_profile / .bashrc | |
alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU' | |
# to get the file into your .bash_profile | |
echo "alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'" >> .bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment