-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
37 lines (36 loc) · 854 Bytes
/
.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
[core]
filemode = true
excludesfile = ~/.gitignore
pager = diff-so-fancy | less --tabs=4 -RFX
[user]
email = me@rndtx.net
name = Niko Tidar Lantang Perkasa
signingkey = B780E12DB7F2C837
[push]
default = simple
[color]
ui = true
[alias]
ls = log --oneline --graph --decorate
graph = log --graph --pretty=format:\
"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
[credential "https://github.com"]
username = nikotidar
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[diff-so-fancy]
markEmptyLines = false
changeHunkIndicators = false
stripLeadingSymbols = false
useUnicodeRuler = false
rulerWidth = 47