blob: 6cedbf36dc2be9d5fb9a57358fc06a0ea2155208 (
plain) (
blame)
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
|
[user]
name = Tyler Davis
email = tydavis@gmail.com
[push]
default = simple
[core]
editor = vim
excludesfile = /Users/cm0l/.gitignore_global
[credential]
helper = store --file=/home/tydavis/.config/gitcreds
[credential "https://gitlab.nordstrom.com"]
username = cm0l
[http]
cookiefile = /home/tydavis/.gitcookies
[protocol]
version = 2
[fetch]
parallel = 4
writeCommitGraph = true
[status]
submodulesummary = 1
[pull]
ff = only
[url "https://gitlab.nordstrom.com/"]
insteadOf = git@gitlab.nordstrom.com:
[hub]
protocol = https
[init]
templateDir = ~/.config/git/template/
|