Skip to content

Instantly share code, notes, and snippets.

@MacroMan
Created December 5, 2016 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MacroMan/d8838330a6ab79e88cc65d381be05d60 to your computer and use it in GitHub Desktop.
Save MacroMan/d8838330a6ab79e88cc65d381be05d60 to your computer and use it in GitHub Desktop.
My aliases
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