-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
56 lines (55 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
56
[user]
name = Gianluca Gabrielli
email = [email protected]
signingkey = 78CA2FAA
[filter "lfs"]
smudge = git-lfs smudge --skip -- %f
process = git-lfs filter-process --skip
required = true
clean = git-lfs clean -- %f
[commit]
gpgsign = true
[tag]
gpgSign = true
[diff]
colorMoved = default
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[interactive]
diffFilter = delta --color-only
[delta]
syntax-theme = Monokai Extended Origin
line-numbers = true
#side-by-side = true
#wrap-max-lines = unlimited
[alias]
s = status
d = diff
b = branch
sw = switch
a = add
c = commit
p = push
l = "!git-fshow"
lg = log --graph --abbrev-commit --decorate --all \
--format=format:'%C(bold blue)%h%C(reset) - \
%C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- \
%an%C(reset)%C(bold yellow)%d%C(reset)'
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
f = "!git ls-files | grep -i"
update = "!dotfiles-update"
find-commit = "!git-find-commit"
find-file = "!zsh -ic \"git-find-file $1\""
reset-to-remote = "!git-reset-to-remote"
[http "https://gitlab.suse.de"]
sslCAInfo = ~/.ca-certificates/SUSE/SUSE_CA_suse.de_chain.crt
[core]
hooksPath = ~/.githooks
[init]
defaultBranch = master
[safe]
directory = *