Skip to content

Instantly share code, notes, and snippets.

@geetfun
Created July 2, 2012 20:02
Show Gist options
  • Select an option

  • Save geetfun/3035347 to your computer and use it in GitHub Desktop.

Select an option

Save geetfun/3035347 to your computer and use it in GitHub Desktop.
My Gitconfig
[user]
name = <Name>
email = <Email>
[alias]
m = checkout master
st = status
ci = commit
br = branch
co = checkout
[apply]
whitespace = strip
[diff]
color = auto
rename = copy
[pager]
color = true
[status]
color = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment