-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
45 lines (43 loc) · 807 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
40
41
42
43
44
45
[core]
editor = code
autocrlf = input
[user]
signingkey = 8416A43957C19627
name = yuceltoluyag
email = ytoluyag@gmail.com
[color]
ui = auto
[commit]
gpgsign = true
[format]
signoff = true
[alias]
a = add
aa = add -A
c = commit
ca = commit --amend
cs = commit -s
cp = cherry-pick
cpa = cherry-pick --abort
cpc = cherry-pick --continue
cpe = cherry-pick --edit
d = diff
rh = reset --hard
m = merge --signoff
ma = merge --abort
mc = merge --continue
p = push
pf = push --force
pr = pull --rebase
s = status
[http]
postBuffer = 524288000
[gpg]
program = "C:\\Users\\Enigma\\scoop\\apps\\gpg4win\\current\\GnuPG\\bin\\gpg.exe"
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = cache