aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.gitconfig')
-rw-r--r--dotfiles/common/.gitconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/dotfiles/common/.gitconfig b/dotfiles/common/.gitconfig
deleted file mode 100644
index 534e00f..0000000
--- a/dotfiles/common/.gitconfig
+++ /dev/null
@@ -1,32 +0,0 @@
-[user]
- email = c@cjennings.net
- name = Craig Jennings
-[includeIf "gitdir:~/projects/work/deepsat/code/"]
- path = ~/.gitconfig-deepsat
-[init]
- defaultBranch = main
-[pull]
- rebase = true
-[fetch]
- prune = true
-[merge]
- tool = meld
-[core]
- editor = emacs
-[safe]
- directory = /home/cjennings/.dotfiles
-[help]
- autocorrect = 1
-[github]
- user = cjennings
-[credential "https://deepsat.ghe.com"]
- helper =
- helper = !/usr/bin/gh auth git-credential
-[credential "https://gist.deepsat.ghe.com"]
- helper =
- helper = !/usr/bin/gh auth git-credential
-[filter "lfs"]
- clean = git-lfs clean -- %f
- smudge = git-lfs smudge -- %f
- process = git-lfs filter-process
- required = true