summaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: b424d9dcfe413e60380c012978305fb3c82c5084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
        name = Tyler Davis
        email = tydavis@gmail.com
[push]
        default = simple
[core]
        editor = vim
[credential]
        helper = store --file=/home/tydavis/.config/gitcreds
[credential "https://gitlab.nordstrom.com"]
    username = cm0l
[http]
	cookiefile = /home/tydavis/.gitcookies
[protocol]
	version = 2
[fetch]
	writeCommitGraph = true