-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdot_gitconfig.tmpl
More file actions
38 lines (38 loc) · 798 Bytes
/
dot_gitconfig.tmpl
File metadata and controls
38 lines (38 loc) · 798 Bytes
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
[user]
name = Eddie Zaneski
email = eddiezane@gmail.com
;signingkey = override with gitconfig_local
[core]
excludesfile = ~/.gitignore_global
[push]
default = simple
autoSetupRemote = true
[github]
user = eddiezane
[alias]
changelog = log --abbrev-commit --pretty=format:'- %h - %s - %aN'
[url "git@github.com:"]
insteadOf = https://github.com/
[pull]
ff = only
[include]
path = ~/.gitconfig_local
[init]
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgsign = true
[gpg "x509"]
program = gitsign
[gpg]
format = x509
[gitsign]
connectorID = https://accounts.google.com
matchCommitter = true
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential