Skip to content

Commit

Permalink
gitconfig: readd hub, lfs settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 11, 2015
1 parent 9fdb732 commit 355b696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@
[credential]
# Use OSX Keychain to store HTTP passwords.
helper = osxkeychain
[hub]
protocol = https
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true

0 comments on commit 355b696

Please sign in to comment.