Changed git shortcuts.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers
2014-05-13 13:41:37 +02:00
parent e534a8de0e
commit f91e0e90ab
2 changed files with 10 additions and 17 deletions

View File

@ -11,18 +11,9 @@ alias c="composer"
alias o="open"
alias oo="open ."
alias e=$EDITOR
alias gh="github"
alias +x="chmod +x"
alias x+="chmod +x"
# Git
alias gs="git status"
alias gd="git diff"
alias gds="git diff --staged"
alias gc="git commit -sv"
alias rb="git rebase"
alias rbi="git rebase -i"
# Detect which `ls` flavor is in use
if ls --color > /dev/null 2>&1; then # GNU `ls`
colorflag="--color"