Skip to content

Instantly share code, notes, and snippets.

@mtrudel
Created December 9, 2009 21:23
Show Gist options
  • Select an option

  • Save mtrudel/252833 to your computer and use it in GitHub Desktop.

Select an option

Save mtrudel/252833 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
co = checkout
br = branch
ca = commit -av
lo = log --graph
undo = reset --hard
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]
editor = mate -w
[merge]
tool = opendiff
[user]
name = Mat Trudel
email = mat@geeky.net
[github]
user = mtrudel
token = d53d70b5865e86fd4c4daa0e8d882e82
[difftool]
prompt = false
[branch]
autosetupmerge = true
[help]
format = web
[advice]
statusHints = false
[web]
browser=open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment