We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ae49d commit 5eebafdCopy full SHA for 5eebafd
libvcs/conftest.py
@@ -62,6 +62,8 @@ def gitconfig(user_path: pathlib.Path):
62
[user]
63
email = {user_email}
64
name = {getpass.getuser()}
65
+ [color]
66
+ diff = auto
67
"""
68
),
69
encoding="utf-8",
0 commit comments