-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
54 lines (51 loc) · 1.24 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
[user]
email = [email protected]
name = Volodymyr Barna
signingkey = 87B958EC
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
stat = log --stat --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
dsf = "!git diff --color $@ | diff-so-fancy"
up = pull --rebase --autostash
[color]
status = auto
diff = auto
branch = auto
ui = true
[web]
browser = firefox-nightly
[core]
editor = /usr/local/bin/vim
excludesfile = ~/.gitignore
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[difftool]
prompt = true
[giggle]
main-window-maximized = false
main-window-geometry = 958x1078+0+0
history-view-vpane-position = 576
file-view-vpane-position = 1004
main-window-view = HistoryView
[github]
user = RobertoUA
[push]
default = current
[pager]
;log = diff-highlight | less
;show = diff-highlight | less
;diff = icdiff
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX
[commit]
gpgsign = true
[pull]
rebase = true
#rebase = preserve
[rebase]
autoStash = true
[diff "sopsdiffer"]
textconv = sops -d