Skip to content

Commit

Permalink
update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegard Sandengen committed Mar 29, 2017
1 parent d2b8ebc commit 2cce396
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dot.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[user]
name = Vegard Sandengen
email = [email protected]
[core]
whitespace = tab-in-indent
[format]
pretty = fuller
#pretty = format:%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset
[alias]
ol = log --oneline --format='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'

0 comments on commit 2cce396

Please sign in to comment.