Skip to content

Commit

Permalink
.gitconfig: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Moesen committed Oct 13, 2011
1 parent 101376f commit 0ae9de1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
excludesfile = ~/.gitignore

[color]
ui = auto

[user]
name = Jan Moesen
# My e-mail address can differ from repository to repository. The default
# e-mail address is specified as GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL
# in ~/.bashfiles/extra.

[pretty]
concise = %C(yellow)%h%C(reset) %s %C(bold black)(%an, %ar)%C(reset)%C(bold blue)%d%C(reset)

[alias]
l = log --pretty=concise
s = status --short --branch

0 comments on commit 0ae9de1

Please sign in to comment.