-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
39 lines (39 loc) · 855 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
38
39
[color]
diff = auto
status = auto
branch = auto
[color "status"]
changed = yellow
[user]
name = Antoine Lelaisant
email = antoine.lelaisant@knplabs.com
signingkey = B64518572B6E848ABBAD4FF486D0F44143443F01
[alias]
ci = commit
co = checkout
st = status
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s%Cgreen(%cr) %C(bold blue)<%an>%Creset'--abbrev-commit --date=relative
[merge]
tool = meld
[mergetool]
keepBackup = false
[core]
editor = nvim
fileMode = false
excludesfile = ~/.gitignore
pager = diff-so-fancy | less --tabs=4 -RFX
[push]
default = current
[pull]
default = current
[interactive]
diffFilter = /usr/bin/diff-so-fancy
[commit]
gpgsign = true
[gpg]
program = gpg
[hub]
protocol = git
[init]
defaultBranch = master