Skip to content

Instantly share code, notes, and snippets.

@antonagestam
Last active March 20, 2019 15:49
Show Gist options
  • Select an option

  • Save antonagestam/0746b6be9d431f5de3cd22dca2809ebe to your computer and use it in GitHub Desktop.

Select an option

Save antonagestam/0746b6be9d431f5de3cd22dca2809ebe to your computer and use it in GitHub Desktop.
git config
# This is Git's per-user configuration file.
[user]
name = Anton Agestam
email = [email protected]
[core]
excludesfile = ~/.gitignore_global
[color]
ui = true
[diff]
wsErrorHighlight = all
[color "diff"]
whitespace = red reverse
[branch "master"]
mergeoptions = --ff-only
[rerere]
enabled = true
autoupdate = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment