Skip to content

Instantly share code, notes, and snippets.

@schmich
Last active March 18, 2016 04:56
Show Gist options
  • Select an option

  • Save schmich/a2550b6a0c208921163a to your computer and use it in GitHub Desktop.

Select an option

Save schmich/a2550b6a0c208921163a to your computer and use it in GitHub Desktop.
[core]
excludesfile = ~/.gitignore_global
editor = mvim --nofork
[user]
email = [email protected]
name = Chris Schmich
[push]
default = current
[alias]
br = branch --list -vv
st = status
stat = status
ci = commit
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) <%an>%Creset' --abbrev-commit
df = difftool
[merge]
conflictstyle = diff3
[diff]
tool = gvimdiff
[difftool "gvimdiff"]
cmd = "gvim -c 'set columns=200' -c 'wincmd =' -d" "$LOCAL" "$REMOTE"
[difftool]
prompt = false
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment