aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-24 22:42:13 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-24 22:42:13 -0400
commitf46f4fa9d7af142ff0f6c857db6390e8f0b3e463 (patch)
treebd18c4639197775b98a066c5f16f51659ad46eaf /gitconfig
parentd7656842ac07f6fe639ce10d9235e8840bdd2102 (diff)
downloaddotfiles-f46f4fa9d7af142ff0f6c857db6390e8f0b3e463.tar.gz
dotfiles-f46f4fa9d7af142ff0f6c857db6390e8f0b3e463.tar.xz
Update my git config
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig/mitch15
1 files changed, 13 insertions, 2 deletions
diff --git a/gitconfig/mitch b/gitconfig/mitch
index 8c525cf..9297357 100644
--- a/gitconfig/mitch
+++ b/gitconfig/mitch
@@ -12,11 +12,22 @@
[pull]
ff = only
[diff]
- tool = vimdiff
+ tool = nvimdiff
[difftool]
prompt = false
[mergetool]
prompt = false
[merge]
- tool = vimdiff
+ tool = nvimdiff
+[filter "lfs"]
+ clean = git-lfs clean -- %f
+ smudge = git-lfs smudge -- %f
+ process = git-lfs filter-process
+ required = true
+
+[url "git:"]
+ insteadof = https://git.riedstra.dev/
+
+[init]
+ defaultBranch = master