-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
34 lines (34 loc) · 819 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
[user]
name = Carlos Duarte Do Nascimento
email = [email protected]
signingkey = ~/.ssh/id_ed25519.pub
[github]
user = chesterbr
[push]
default = current
[alias]
co = checkout
branchdate = branch --sort='-authordate:iso8601' --format='%(authordate:relative)%09%(refname:short)'
branch-cleanup = "!git branch --merged | egrep -v \"(^\\*|master|dev)\" | xargs git branch -d #"
test="! bash .git/hooks/pre-commit test"
[i18n]
# commitEncoding = UTF-16
[http]
sslVerify = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[commit]
gpgsign = true
[core]
excludesfile = /Users/chesterbr/.gitignore_global
editor = vim
autocrlf = input
[pull]
rebase = false
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers