Skip to content

Instantly share code, notes, and snippets.

@bacongobbler
Last active August 28, 2017 23:47
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 bacongobbler/f614bb6f67bea22fda302aee0437396f to your computer and use it in GitHub Desktop.
Save bacongobbler/f614bb6f67bea22fda302aee0437396f to your computer and use it in GitHub Desktop.
My local git config
[user]
name = Matthew Fisher
email = matt.fisher@microsoft.com
[core]
editor = vim
whitespace = fix,trailing-space,cr-at-eol
excludesfile = ~/.gitignore_global
[color]
ui = auto
editor = vim
whitespace = cr-at-eol
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = cyan bold
[alias]
ci = commit
co = checkout
s = status
[push]
default = current
[url "git@github.com:"]
insteadOf = gh:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment