-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
60 lines (54 loc) · 1.49 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
57
58
59
60
[user]
name = psadi
email = [email protected]
[alias]
pn = "!git push --set-upstream origin $(git branch --show-current | xargs)"
aac = "!git add . && git commit -am"
ac = commit -am
p = push
pf = push --force
pl = pull
fa = fetch --all
co = checkout
cob = checkout -b
[core]
editor = nvim
pager = delta
; [credential "https://github.com"]
; helper =
; helper = !/usr/local/bin/gh auth git-credential
;
; [credential "https://gist.github.com"]
; helper =
; helper = !/usr/local/bin/gh auth git-credential
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
minus-style = syntax "#37222c"
minus-non-emph-style = syntax "#37222c"
minus-emph-style = syntax "#713137"
minus-empty-line-marker-style = syntax "#37222c"
line-numbers-minus-style = "#914c54"
plus-style = syntax "#20303b"
plus-non-emph-style = syntax "#20303b"
plus-emph-style = syntax "#2c5a66"
plus-empty-line-marker-style = syntax "#20303b"
line-numbers-plus-style = "#449dab"
line-numbers-zero-style = "#3b4261"
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[init]
defaultBranch = master
[pull]
rebase = true
[credential "https://github.com"]
helper =
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
[credential]
helper = store