-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
42 lines (42 loc) · 820 Bytes
/
.gitconfig
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
[user]
name = "chris-caylent"
email = "[email protected]"
signingKey = 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
[core]
editor = vi
excludesfile = ~/.gitignore
autocrlf = input
[color]
interactive = auto
diff = auto
status = auto
branch = auto
[init]
defaultBranch = master
[web]
browser = google-chrome
[credential]
helper = osxkeychain
[push]
default = simple
followTags = true
[pull]
rebase = true
[merge]
tool = kdiff3
[difftool]
prompt = false
# [commit]
# template = ~/.gitmessage
[alias]
c = commit
ca = commit -a
cm = commit -m
cam = commit -am
d = diff
dc = diff --cached
l = log --graph --pretty=format:'%C(bold blue)%h%Creset - %C(yellow)%d%Creset %s %C(cyan dim)(%cr)%Creset %n' --abbrev-commit --branches
[commit]
gpgsign = true
[gpg]
program = gpg