-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
39 lines (39 loc) · 826 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
39 lines (39 loc) · 826 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
38
39
[user]
name = Jigar Gosar
email = jigar.gosar@gmail.com
[credential "helperselector"]
selected = manager
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[init]
defaultBranch = main
[credential "https://huggingface.co"]
provider = generic
[core]
autocrlf = input
editor = \"C:\\Users\\jigar\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin\\code-insiders\" --wait
eol = lf
safecrlf = false
pager =
[difftool "sourcetree"]
cmd = "'' "
[mergetool "sourcetree"]
cmd = "'' "
trustExitCode = false
keepBackup = false
[push]
autoSetupRemote = true
[diff]
algorithm = histogram
[fetch]
prune = true
[pull]
ff = only
[color]
ui = auto
[url "https://github.com/"]
insteadOf = git@github.com:
insteadOf = ssh://git@github.com/