summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-18 21:48:25 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-18 21:48:25 -0600
commit698a2772d10be449d05dd5db06b374f823a7a571 (patch)
tree7c21ba8585b886a1e65baa020cb44c675aa79da3
parentdef2df5582c40cc2f4cb441efe6ef0adc6d85cca (diff)
downloadconf-698a2772d10be449d05dd5db06b374f823a7a571.tar.gz
conf-698a2772d10be449d05dd5db06b374f823a7a571.zip
one more git alias
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index ac7a7fd..4a40f50 100644
--- a/gitconfig
+++ b/gitconfig
@@ -17,6 +17,7 @@
aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /'
lg = log --graph --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %C(bold blue)%an %Cgreen(%cr)%Creset%n%s%n' --abbrev-commit --date=relative --stat=72
lgs = log --graph --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %C(bold blue)%an %Cgreen(%cr)%Creset%n%s%n' --abbrev-commit --date=relative
+ st = status
[github]
user = doy
[color]