-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitconfig
More file actions
46 lines (40 loc) · 888 Bytes
/
.gitconfig
File metadata and controls
46 lines (40 loc) · 888 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
40
41
42
43
44
45
46
[user]
name = Linh Tran
email = linh.mtran168@live.com
[core]
excludesfile = ~/.gitignore_global
editor = /usr/local/bin/vim
pager = delta
[alias]
lg = log --all --graph --decorate --oneline
[color]
ui = true
[push]
default = simple
[pull]
rebase = false
[ghq]
root = ~/Dev
[credential]
helper = osxkeychain
[ghq]
root = ~/Dev
[credential]
helper = osxkeychain
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
; Custom include
; [includeIf "gitdir:~/Dev/github.com/linhmtran168/"]
; path = ~/.personal.gitconfig