Skip to content

Commit 74a4c49

Browse files
committed
corrected command for colorful git output
1 parent 046367f commit 74a4c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2>useful hints</h2>
165165
built-in git GUI<br />
166166
<code>gitk</code><br />
167167
use colorful git output<br />
168-
<code>git config color.ui</code><br />
168+
<code>git config color.ui true</code><br />
169169
show log on just one line per commit<br />
170170
<code>git config format.pretty oneline</code><br />
171171
use interactive adding<br />

0 commit comments

Comments
 (0)