blob: e830e43f3d50c71fdb2cdc2966a4067b526ecb6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[user]
name = Alex Scerba
email = alex@scerba.org
signingkey = alex@scerba.org
#[commit]
# gpgsign = true
#[tag]
# gpgSign = true
[color]
ui = true
[init]
defaultBranch = master
[core]
hooksPath = ~/.config/git/hooks
[alias]
l = log --all --oneline --graph --decorate
[pull]
# rebase = true
ff = only
[merge]
conflictstyle = zdiff3
ff = only
[diff]
algorithm = histogram
|