...
|
...
|
@@ -7,3 +7,9 @@
|
7
|
7
|
; terminal, which leaves (potentially log) text on the screen and
|
8
|
8
|
; disables mouse scrolling.
|
9
|
9
|
pager = less -+X
|
|
10
|
+ hooksPath = ~/.githooks
|
|
11
|
+ excludesFile = ~/.gitignore
|
|
12
|
+ attributesFile = ~/.gitattributes
|
|
13
|
+
|
|
14
|
+[init]
|
|
15
|
+ templateDir = ~/.gittemplate
|