summaryrefslogtreecommitdiff
path: root/public/git/.gitconfig
blob: 64e9fd30aa2040a864c08e9300a9b33bba815db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[filter "lfs"]
  clean = git-lfs clean -- %f
  smudge = git-lfs smudge -- %f
  process = git-lfs filter-process
  required = true
[user]
  name = Christian Segundo
  email = christian.segundo@cabify.com
  signingkey = 0x8B6B1A3CF906CCEC
[commit]
  gpgsign = 1
[core]
  excludesfile = ~/.gitignore_global
  ;fsmonitor = true
  ;untrackedcache = true
[pull]
  rebase = false
[push]
  autoSetupRemote = true
[init]
  templatedir = ~/.git_template
  defaultBranch = master
[include]
  path = ~/.gitconfig_cabify