reindent git aliases

This commit is contained in:
Sami Samhuri 2014-08-21 12:40:15 -07:00
parent 62bc107712
commit 9d53645cf6

View file

@ -229,6 +229,8 @@ if command_exists git; then
alias gls='git log --stat'
alias m='git merge'
alias s='git status -sb'
alias st='git stash'
alias stp='git stash pop'
fi
# `cd /path/to/a/file` does `cd /path/to/a`