Skip to content

Commit

Permalink
Made some changes to my gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarsrud committed Jul 29, 2012
1 parent 9b9ea64 commit aaaaa15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[user]
name = Jesper Haug Karsrud
name = USERNAME
email = EMAIL
[color]
ui = true
Expand All @@ -10,7 +10,11 @@
[core]
whitespace = trailing-space,space-before-tab
autocrlf = input
editor = vim
[apply]
whitespace = fix
[github]
user = USERNAME
token = TOKEN
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

0 comments on commit aaaaa15

Please sign in to comment.