Skip to content

Commit

Permalink
git config stat added
Browse files Browse the repository at this point in the history
  • Loading branch information
jays committed Aug 14, 2013
1 parent a2ee9c9 commit 5d93596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[alias]
graph = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --decorate
chk = checkout
st = status
st = status
stat = log --since=1.weeks --author=jays --oneline
[user]
name = jays
email = [email protected]
[core]
editor = vim

0 comments on commit 5d93596

Please sign in to comment.