Skip to content

Instantly share code, notes, and snippets.

@klingerf
Last active September 30, 2024 04:31
Show Gist options
  • Save klingerf/614679 to your computer and use it in GitHub Desktop.
Save klingerf/614679 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Kevin Ingelman
email = xxx
[alias]
br = branch
ci = commit
co = checkout
st = status
last = log -p -1 HEAD
[core]
editor = vi
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = true
[github]
user = klingerf
[push]
default = simple
[advice]
statusHints = off
[pull]
rebase = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment