-
Notifications
You must be signed in to change notification settings - Fork 0
/
_gitconfig
54 lines (54 loc) · 1.01 KB
/
_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
43
44
45
46
47
48
49
50
51
52
53
54
[user]
name = Michael Foley
; email = [email protected]
email = [email protected]
[color]
branch = auto
status = auto
diff = auto
interactive = auto
decorate = auto
grep = auto
ui = true
[diff]
tool = vimdiff
[difftool]
prompt = false
[pager]
diff =
[commit]
verbose = true
gpgsign = true
[merge]
ff = false
tool = vimdiff
prompt = true
[push]
default = current
[init]
templatedir = ~/.git_template
[core]
excludesfile = ~/.gitignore_global
repositoryformatversion = 0
logallrefupdates = true
ignorecase = false
precomposeunicode = false
[rebase]
instructionFormat = %s (%ae @ %ar)
autoStash = true
[status]
short = true
branch = true
[format]
; similar to medium but doesn't indent the commit message
pretty=%C(yellow)commit %H%n%C(white)Author: %an <%ae>%n%C(white)Date: %ad%n%n%w(0,0,0)%B
[branch]
autosetuprebase = always
[branch "*branch-name*"]
rebase = true
[credential]
helper = osxkeychain
[gpg]
program = gpg
[http]
postBuffer = 157286400