summaryrefslogtreecommitdiff
path: root/dotfiles/common/.gitconfig
blob: 36cfe254c5a202512816e11f692e4f219d6b1c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[user]
	email = c@cjennings.net
	name = Craig Jennings
[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