summaryrefslogtreecommitdiff
path: root/git/.gitconfig
blob: 69405ed2ab8f6a1b269898beba223d3b6184d4a1 (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
25
26
27
28
29
30
31
32
33
34
35
[user]
  name = Cullum Smith
  email = cullum@sacredheartsc.com

[core]
  pager = less -FX
  askPass =

[color]
  ui = auto

[diff]
  mnemonicPrefix = true
  colorMoved = zebra

[grep]
  extendedRegexp = true

[merge]
  conflictStyle = diff3

[fetch]
  prune = true

[pull]
  ff = only

[status]
  showUntrackedFiles = all

[tag]
  sort = version:refname

[http]
  emptyAuth = true