Created
February 25, 2014 22:25
-
-
Save matttarsi/9219245 to your computer and use it in GitHub Desktop.
Quick Bash Aliases
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
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