Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Created April 16, 2010 13:04
Show Gist options
  • Select an option

  • Save tonyarnold/368382 to your computer and use it in GitHub Desktop.

Select an option

Save tonyarnold/368382 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/tonyarnold/.gitignore
legacyheaders = false
editor = decaf
[color]
ui = auto
interactive = auto
status = auto
branch = auto
diff = auto
[pager]
status = true
[alias]
st = status
ci = commit
co = checkout
staged = diff --cached
unstaged = diff
both = diff HEAD
oneline = log --pretty=oneline
amend = commit --amend
[merge]
tool = opendiff
[format]
numbered = auto
[repack]
usedeltabaseoffset = true
[user]
name = Your Name
email = [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment