1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added git config

This commit is contained in:
Ryan 2014-10-18 19:53:52 +02:00
parent f70426880b
commit 952dbec907

11
home/.gitconfig Normal file
View File

@ -0,0 +1,11 @@
[user]
name = Ryan
email = ryan@andthensome.nl
[core]
quotepath = false
editor = vim
[push]
default = matching
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f