Skip to content

Commit

Permalink
Update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Jun 22, 2015
1 parent 62e5f81 commit 996ad1a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions gitconfig
Expand Up @@ -43,5 +43,14 @@
[include]
path = ~/.gitconfig_private
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
required = true
clean = git media clean %f
smudge = git media smudge %f
[github]
user = jimeh
password =
oauth-token =
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true

0 comments on commit 996ad1a

Please sign in to comment.