Update gitconfig

This commit is contained in:
2015-06-23 00:45:47 +01:00
parent 62e5f81d77
commit 996ad1a41b

View File

@@ -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