mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
added git config
This commit is contained in:
parent
f70426880b
commit
952dbec907
11
home/.gitconfig
Normal file
11
home/.gitconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user