Created
April 3, 2014 04:40
-
-
Save alexwolfe/9948366 to your computer and use it in GitHub Desktop.
Command Line Shortcuts
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 -alh' | |
alias ls='ls -G' | |
alias ll='ls -hl' | |
alias m=more | |
alias ..="cd .." | |
alias d='dirs' | |
alias gs="git status" | |
alias gits="git status" | |
alias gb="git branch" | |
alias ga="git add " | |
alias gcm="git commit -m " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment