Skip to content

Instantly share code, notes, and snippets.

@matttarsi
Created February 25, 2014 22:25
Show Gist options
  • Save matttarsi/9219245 to your computer and use it in GitHub Desktop.
Save matttarsi/9219245 to your computer and use it in GitHub Desktop.
Quick Bash Aliases
alias d="cd ~/Downloads"
alias dt="cd ~/Desktop"
alias p="cd ~/workspace"
alias g="git"
alias gs="git status"
alias gpull="git pull origin master"
alias gpush="git push origin master"
alias c="clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment