-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
51 lines (40 loc) · 915 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
43
44
45
46
47
48
49
50
51
[column]
ui = auto,column
[commit]
gpgsign = true
status = true
[core]
commitGraph = true
editor = vim
excludesfile = ~/.gitignore-global
hooksPath = ~/.config/git/hooks
whitespace = fix,trailing-space,cr-at-eol
[credential]
helper = cache --timeout=7200
[diff]
algorithm = myers
colorMoved = default
mnemonicPrefix = true
renames = copy
tool = vimdiff
statGraphWidth = 40
wsErrorHighlight = all
[init]
defaultBranch = main
[status]
branch = true
renames = copy
showStash = true
submoduleSummary = true
[url "https://github"]
insteadOf = git://github
[user]
name = Pedro Garcia Rodriguez
email = [email protected]
signingkey = 0879BC83C7979BFC
[web]
browser = brave
[includeIf "gitdir:~/Work/Code/Personal/"]
path = ~/.gitconfig-personal
[includeIf "gitdir:~/Work/Code/Work/"]
path = ~/.gitconfig-work