Skip to content

Commit af37073

Browse files
committed
Simplify various git config color.* settings to color.ui
1 parent ea3cd18 commit af37073

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sites/en/installfest/configure_git.step

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ end
1616

1717
tip "Colored output in Git" do
1818
console <<-BASH
19-
git config --global color.diff auto
20-
git config --global color.status auto
21-
git config --global color.branch auto
19+
git config --global color.ui auto
2220
BASH
2321

2422
important do

0 commit comments

Comments
 (0)