Skip to content

Instantly share code, notes, and snippets.

@kojinkai
Created April 30, 2014 16:30
Show Gist options
  • Save kojinkai/1cfd52318cfc625cf1d5 to your computer and use it in GitHub Desktop.
Save kojinkai/1cfd52318cfc625cf1d5 to your computer and use it in GitHub Desktop.
alias l="ls -la"
alias gs='git status '
alias gst='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias go='git checkout '
alias got='git '
alias get='git '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment