-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
46 lines (36 loc) · 1.28 KB
/
.gitconfig
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
[init]
defaultBranch = "main"
[core]
autoCRLF = false
quotepath = false
# pager = "LESSCHARSET=utf-8 less"
pager = delta
preloadindex = true
fscache = true
editor = vim
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
# map-styles = bold purple => syntax magenta, bold cyan => syntax blue
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[user]
name = "Takayuki Uchida"
email = [email protected]
[color]
ui = true
[push]
default = simple
[alias]
lf = log --graph --date-order --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset %C(bold blue)<%an>%Creset %C(yellow)%d%Creset %s' --first-parent
l = log --graph --date-order --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset %C(bold blue)<%an>%Creset %C(yellow)%d%Creset %s'
lfa = log --graph --date-order --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset %C(bold blue)<%an>%Creset %C(yellow)%d%Creset %s' --all --first-parent
la = log --graph --date-order --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset %C(bold blue)<%an>%Creset %C(yellow)%d%Creset %s' --all
[credential]
helper = store
[ghq]
root = ~/projects