Created
December 5, 2016 14:41
-
-
Save MacroMan/d8838330a6ab79e88cc65d381be05d60 to your computer and use it in GitHub Desktop.
My aliases
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 la='ls -lhaA --color=auto' | |
alias gg='git gui' | |
alias gs='git status' | |
alias ga='git add' | |
alias gpull='git pull origin master' | |
alias gpush='git push origin master' | |
alias gc='git commit -m' | |
alias sshtunnel="ssh user@server-ip -L 8000:127.0.0.1:3306 -N" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment