Created
November 18, 2013 17:44
-
-
Save samdelagarza/7532050 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alias gtfc="git tf checkin --deep --associate " | |
alias gtfp="git tf pull --rebase --deep " | |
alias gs="git status" | |
alias gc="git commit -am " | |
alias c="clear" | |
alias glc="grunt lint:client" | |
alias k="killall node" | |
alias ws="/usr/local/bin/wstorm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment