Last active
June 27, 2019 15:04
-
-
Save konstantinzolotarev/2fb5f7cfabbcf4ffaa60a2dbe8851813 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Konstantin Zolotarev | |
email = [email protected] | |
[url "[email protected]:"] | |
insteadOf = https://bitbucket.org/ | |
[url "[email protected]:"] | |
insteadOf = https://github.com/ | |
[http "https://gopkg.in/"] | |
followRedirects = true | |
[merge "ours"] | |
driver = true | |
[pull] | |
rebase = true | |
[core] | |
editor = /usr/local/bin/vim | |
excludesfile = /Users/konstantinzolotarev/.gitignore_global | |
[merge] | |
tool = vimdiff | |
conflictstyle = diff3 | |
[mergetool] | |
prompt = false | |
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment