aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 7990333ac80d7939ff9df1de40850f24908e1947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
  email = me@peter-struschka.com
  name = Peter Son Struschka
[color]
  ui = true
[core]
  excludesfile = ~/.gitignore_global
[credential]
  helper = cache --timeout=600
[url "https://github.com/"]
  insteadOf = "gh:"
[url "git@github.com:"]
  pushInsteadOf = "gh:"
[url "https://aur.archlinux.org/"]
  insteadOf = "aur:"
[url "ssh+git://aur@aur.archlinux.org/"]
  pushInsteadOf = "aur:"
[filter "lfs"]
	required = true
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process