Skip to content

Instantly share code, notes, and snippets.

@andou
Created December 10, 2014 13:24
Show Gist options
  • Select an option

  • Save andou/0aaae87ef476e4d7a77d to your computer and use it in GitHub Desktop.

Select an option

Save andou/0aaae87ef476e4d7a77d to your computer and use it in GitHub Desktop.
aliasesss
alias l='ls -lhtaGp'
alias ll='l'
alias wget='curl -O'
alias gllf='git log --simplify-by-decoration --oneline --decorate --name-status'
alias gll='git log --simplify-by-decoration --oneline --decorate'
alias gl='git log'
alias glf='git log --name-status'
alias gs='git status -s -b'
alias gss='git status'
alias ga='git add'
alias gcm='git commit'
alias gcma='git commit --amend'
alias gc='git checkout'
alias gpl='git pull origin'
alias gps='git push origin'
alias gb='git branch'
alias gpsw='git push wombat'
alias gwp='git diff --name-only --diff-filter=UU | grep .map | xargs git checkout fe-master'
alias grunty='sudo grunt'
alias tarz='tar -zxf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment