Skip to content

Instantly share code, notes, and snippets.

@micdillon
Last active August 29, 2015 14:15
Show Gist options
  • Save micdillon/14b8a8b4faca1405ff56 to your computer and use it in GitHub Desktop.
Save micdillon/14b8a8b4faca1405ff56 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[core]
editor = vim
excludesfile = [home_dir]/.gitignore_global
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb
[user]
name = Michael Dillon
email = mjdillon@amazon.com
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment