-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
37 lines (31 loc) · 816 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
[user]
name = mikhnos
email = [email protected]
signingkey = 49CD00CA34295340
[alias]
co = checkout
br = branch
ci = commit
st = status
l = log --graph --abbrev-commit --decorate --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)' --all
#[include]
# path = ".gitconfig-default"
[core]
excludesfile = ~/.gitignore
[url "[email protected]:"]
insteadOf = https://github.com/
[url "https://github.com/"]
insteadOf = ssh://[email protected]/
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[commit]
gpgsign = true
[pull]
rebase = false
[includeIf "gitdir:~/Documents/work/"]
path = ".gitconfig-work"
[gpg]
program = gpg