Skip to content

Commit

Permalink
Move git user config to external file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Dec 26, 2017
1 parent 4ad77f9 commit 429fa0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[include]
path = ~/.git.user.config
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ Pictures
Public

# Private keys
.local
.local
.git.user.config

0 comments on commit 429fa0e

Please # to comment.