summaryrefslogtreecommitdiffstats
path: root/.config/git/config
blob: c23f535be53eef265908434d2d17d7c236950d5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# git configuration

[user]
  name = Justin Gassner
  email = justin.gassner@mailbox.org
	signingkey = 913967C1BCC08CDD88BCE8F2273E75DFCFB25863
[advice]
  statusHints = false
[init]
  defaultBranch = master
  templateDir = ~/templates/git-hooks/
[push]
  autoSetupRemote = true

# vim: ft=gitconfig