| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: .gitconfig |
| 2 | 2 |
# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com> |
| 3 |
-# Version: 0.0 |
|
| 3 |
+# Version: 0.1 |
|
| 4 | 4 |
# Created in: 2021-01-13 |
| 5 |
-# Modified in: |
|
| 5 |
+# Modified in: 2024-04-30 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -19,6 +19,7 @@ |
| 19 | 19 |
# Versions # |
| 20 | 20 |
#==========# |
| 21 | 21 |
|
| 22 |
+# v0.1 - 2024-04-30: update init and credential options |
|
| 22 | 23 |
# v0.0 - 2021-01-13: creation |
| 23 | 24 |
|
| 24 | 25 |
|
| ... | ... |
@@ -38,7 +39,14 @@ |
| 38 | 39 |
# General config # |
| 39 | 40 |
#================# |
| 40 | 41 |
|
| 42 |
+[init] |
|
| 43 |
+ defaultBranch = main |
|
| 44 |
+ |
|
| 45 |
+[credential] |
|
| 46 |
+ helper = cache |
|
| 47 |
+ |
|
| 41 | 48 |
[push] |
| 42 | 49 |
default = simple |
| 50 |
+ |
|
| 43 | 51 |
[http] |
| 44 | 52 |
sslVerify = true |