-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
38 lines (29 loc) · 742 Bytes
/
Copy path.gitconfig
File metadata and controls
38 lines (29 loc) · 742 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
[user]
name = MikiS
email = 73443709+RAV64@users.noreply.github.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
autocrlf = input
[init]
defaultBranch = main
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
algorithm = histogram
external = difft
[alias]
fresh = !git reset --hard HEAD && git clean -fd
dshow = -c diff.external=difft show --ext-diff
[push]
autoSetupRemote = true
[branch]
sort = -committerdate
[credential "https://github.com"]
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/opt/homebrew/bin/gh auth git-credential