Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created February 11, 2012 00:57
Show Gist options
  • Save evanpurkhiser/1794729 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/1794729 to your computer and use it in GitHub Desktop.
Git configuration
[user]
name = Your Name
email = [email protected]
[core]
autocrlf = false
[alias]
st = status -sb
ci = commit
br = branch
co = checkout
lg = log --pretty=format:'%Cgreen%h %Cblue%an %Cred%cr %Creset| %s'
[apply]
whitespace = strip
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment