-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
73 lines (73 loc) · 1.56 KB
/
Copy pathgitconfig
File metadata and controls
73 lines (73 loc) · 1.56 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[user]
name = Devraj Mehta
email = devm33@github.com
signingkey = /Users/devm33/.ssh/id_ed25519.pub
[core]
text = auto
excludesfile = ~/.gitignore
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol,tab-in-indent
autocrlf = input
[merge]
conflictStyle = diff3
[color]
ui = always
status = always
branch = always
diff = always
interactive = always
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[push]
default = current
autoSetupRemote = true
[branch]
autosetupmerge = true
sort = -committerdate
[merge]
tool = vimdiff
[fetch]
prune = true
[web]
browser = chropen
[browser "chropen"]
cmd = chropen
[url "git@github.com:devm33/"]
insteadof = d:
[url "git@github.com:github/"]
insteadof = gh:
[commit]
gpgsign = true
verbose = true
[pull]
rebase = true
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[rerere]
enabled = true
[gpg]
format = ssh
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
azreposCredentialType = oauth
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "azrepos:org/office"]
username = devrajmehta@microsoft.com
azureAuthority = https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47