Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@antonagestam
Last active March 20, 2019 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonagestam/0746b6be9d431f5de3cd22dca2809ebe to your computer and use it in GitHub Desktop.
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 = git@antonagestam.se
[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