summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
new file mode 100644
index 0000000..5c823fb
--- /dev/null
+++ b/git/.gitconfig
@@ -0,0 +1,15 @@
+[credential]
+ helper = manager
+[pull]
+ rebase = false
+[user]
+ name = Alexander M Pickering
+[http]
+ postBuffer = 500M
+ maxRequestBuffer = 100M
+[core]
+ compression = 0
+ editor = nvim
+ pager = bat
+[diff]
+ tool = nvimdiff