-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
35 lines (35 loc) · 750 Bytes
/
.gitconfig
File metadata and controls
35 lines (35 loc) · 750 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
[user]
name = Victor Ying
email = vying@tenstorrent.com
[push]
default = simple
[pull]
rebase = merges
[init]
defaultBranch = main
[help]
autocorrect = 20
[core]
editor = vim
excludesfile = ~/.gitignore_global
pager = diff-so-fancy | less --tabs=4 -RFX
[pager]
diff = diff-so-fancy | less --tabs=4 -RFX --pattern '^(Date|added|deleted|modified|renamed): '
[diff]
wsErrorHighlight = all
colorMoved = true
colorMovedWS = allow-indentation-change
[color "diff-highlight"]
oldNormal = red
oldHighlight = red bold
newNormal = green
newHighlight = green bold
[diff "pdf"]
textconv = pdfinfo
[alias]
showtrackedignored = ls-files -i -c --exclude-standard
[status]
short = true
branch = true
[diff-so-fancy]
stripLeadingSymbols = false