My minimal ~/.gitconfig
[user] | |
name = Firstname Lastname | |
email = mail@domain.com | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[apply] | |
whitespace = nowarn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment