Commit 8a3862b 1 parent cc7a012 commit 8a3862b Copy full SHA for 8a3862b
File tree 1 file changed +22
-5
lines changed
1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 73
73
encoding = utf-8
74
74
75
75
[push ]
76
- default = current
76
+ default = simple
77
77
# when pushing, push all annotated tags
78
- followTags = true
78
+ followTags = true
79
+ autoSetupRemote = true
79
80
[diff ]
80
81
renamelimit = 0
81
- renames = copies
82
+ renames = true
82
83
guitool = kdiff3
83
84
submodule = log
84
- colorMoved = default
85
+ colorMoved = plain
86
+ algorithm = histogram
87
+ mnemonicPrefix = true
85
88
[merge ]
86
89
tool = kdiff3
87
- conflictStyle = diff3
90
+ conflictstyle = zdiff3
88
91
[core ]
89
92
editor = emacsclient -c -a \"\"
90
93
preloadindex = true
122
125
light = true
123
126
[rerere ]
124
127
enabled = true
128
+ autoupdate = true
125
129
[fetch ]
126
130
writecommitgraph = false
127
131
recurseSubmodules = on -demand
132
+ prune = true
133
+ pruneTags = true
134
+ all = true
128
135
[gc ]
129
136
writeCommitGraph = false
130
137
[pull ]
149
156
helper = !gh auth git-credential
150
157
[commit ]
151
158
template = /Users/garyo/.gitmessage
159
+ [column ]
160
+ ui = auto
161
+ [branch ]
162
+ sort = -committerdate
163
+ [tag ]
164
+ sort = version:refname
165
+ [rebase ]
166
+ autoSquash = true
167
+ autoStash = true
168
+ updateRefs = true
You can’t perform that action at this time.
0 commit comments