-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.gitconfig
More file actions
35 lines (35 loc) · 755 Bytes
/
dot.gitconfig
File metadata and controls
35 lines (35 loc) · 755 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 = Shiori Hironaka
email = noahluces@gmail.com
[color]
ui = auto
[core]
editor = vim
quotepath = false
autocrlf = false
fileMode = false
[alias]
st = status
ci = commit
co = checkout
br = branch
sw = switch
ldiff = difftool -y -t latex
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[push]
default = simple
[pull]
rebase = false
[fetch]
prune = true
[bash]
showDirtyState = true
[difftool.latex]
cmd = latexdiff -e utf8 --flatten --graphics-markup=none --disable-citation-markup -t INVISIBLE -s COLOR "$LOCAL" "$REMOTE"
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[init]
defaultBranch = main