-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (36 loc) · 732 Bytes
/
gitconfig
File metadata and controls
49 lines (36 loc) · 732 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[user]
email = christopher@barnes.biz
name = Christopher Barnes
signingkey = ~/.ssh/personal.pub
[color]
diff = auto
status = auto
branch = auto
[commit]
gpgSign = true
[credential]
helper = store
[diff]
tool = vimdiff
[difftool]
prompt = false
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/git_signers
[core]
editor = "vim"
excludesfile = ~/.gitignore
[pull]
rebase = true
[push]
default = current
autosetupremote = true
[init]
defaultBranch = master
[includeIf "gitdir:/afs/cern.ch/user/c/chbarnes/"]
path = ~/.gitconfig.cern
[includeIf "gitdir:/Users/barnes-c/Code/cern/"]
path = /Users/barnes-c/.gitconfig.cern
[safe]
directory = /Users/barnes-c/Code/dotfiles/dotbot