Skip to content

Instantly share code, notes, and snippets.

@konstantinzolotarev
Last active June 27, 2019 15:04
Show Gist options
  • Save konstantinzolotarev/2fb5f7cfabbcf4ffaa60a2dbe8851813 to your computer and use it in GitHub Desktop.
Save konstantinzolotarev/2fb5f7cfabbcf4ffaa60a2dbe8851813 to your computer and use it in GitHub Desktop.
[user]
name = Konstantin Zolotarev
email = konstantin.zolotarev@gmail.com
[url "git@bitbucket.org:"]
insteadOf = https://bitbucket.org/
[url "git@github.com:"]
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