Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created October 23, 2014 23:02
Show Gist options
  • Save killerswan/76599dbfb260000c2616 to your computer and use it in GitHub Desktop.
Save killerswan/76599dbfb260000c2616 to your computer and use it in GitHub Desktop.
my simplified git config
[user]
name = Kevin Cantu
email = [email protected]
[core]
preloadindex = true
[merge]
conflictstyle = diff3
[alias]
ll = log --decorate=full --graph
[push]
default = nothing
[status]
showUntrackedFiles = all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment