-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_gitconfig.tmpl
51 lines (51 loc) · 1.04 KB
/
dot_gitconfig.tmpl
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
[user]
name = {{ .user.full_name }}
email = {{ .user.email }}
[core]
editor = vim
excludesfile = ~/.config/git/gitignore_global
[push]
default = simple
[diff]
tool = vimdiff2
[difftool "vimdiff2"]
cmd = vim -d $LOCAL $REMOTE
[commit]
verbose = true
[merge]
tool = nfugitive
[mergetool "nfugitive"]
cmd = vim -f -c "Gdiff" "$MERGED"
[init]
defaultBranch = main
[alias]
up = pull --rebase --autostash
root = rev-parse --show-toplevel
[github]
user = emersonmx
[gui]
tabsize = 4
spellingdictionary = pt_BR
historybrowser = gitk
fontdiff = -family \"DejaVu Sans Mono\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
wmstate = normal
geometry = 1366x712+0+0 490 306
[guitool "rm"]
cmd = rm -f \"$FILENAME\"
noconsole = yes
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[url "https://"]
insteadOf = git://