Author: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:23:44 +0000 +0000
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:23:44 +0000 +0000
Commit: e68ba205453fc4b9460f9e483fb24707040baefc
Parent: be6a0c68948c720289b89032e792b8795ce34d34
git: git s should do git status -s
diff --git a/.gitconfig b/.gitconfig
index d61a7c1edd41abaf9ddf2f03601fc3f3bce64ed3..8d9e1de80964c98a48a16ffff4d797d48bba80f5 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -12,5 +12,6 @@ [alias]
up = pull --rebase
wip = commit -m 'wip'
rev = rev-parse HEAD
+ s = status -s
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit