Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created August 3, 2011 21:52
Show Gist options
  • Save MikeLarned/1123882 to your computer and use it in GitHub Desktop.
Save MikeLarned/1123882 to your computer and use it in GitHub Desktop.
Git Config
[user]
email = [email protected]
name = Mike Larned
[merge]
tool = kdiff3
[core]
autocrlf = true
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment