-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
37 lines (37 loc) · 733 Bytes
/
Copy pathgitconfig
File metadata and controls
37 lines (37 loc) · 733 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
[user]
name = glemco
email = 32201227+glemco@users.noreply.github.com
[diff]
tool="vimdiff"
colorMoved = default
[merge]
tool="vimdiff"
[color]
ui = auto
[pull]
rebase = true
[init]
defaultBranch = main
[rebase]
autoStash = true
missingCommitsCheck = error
autoSquash = true
[svn]
rmdir = true
[alias]
update = !git fetch upstream && git rebase --committer-date-is-author-date upstream/HEAD
[core]
excludesFile = ~/.gitignore
[sendemail]
smtpserver = smtp.corp.redhat.com
confirm = auto
toCmd = ~/.local/bin/to_cmd
ccCmd = ~/.local/bin/cc_cmd
aliasesFile = /home/gmonaco/.mailrc
aliasFileType = mailrc
[format]
signOff = true
useAutoBase = true
coverFromDescription = auto
[init]
templateDir = ~/.gittemplate