Skip to content

Commit cd15cbb

Browse files
authored
+fetch.prune true
1 parent c240521 commit cd15cbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ git_configs=(
141141
"color.ui auto"
142142
"core.autocrlf input"
143143
"core.pager delta"
144-
"diff.algorithm histogram"
145144
"credential.helper osxkeychain"
145+
"diff.algorithm histogram"
146+
"fetch.prune true"
146147
"help.autocorrect 10"
147148
"init.defaultBranch master"
148149
"merge.ff false"

0 commit comments

Comments
 (0)