Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created June 2, 2011 17:26
Show Gist options
  • Save ggreer/1004859 to your computer and use it in GitHub Desktop.
Save ggreer/1004859 to your computer and use it in GitHub Desktop.
[user]
name = Geoff
email = geoff@cloudkick.com
[color]
diff = auto
status = auto
branch = auto
[core]
editor = mate -w
[branch]
autosetupmerge = true
[push]
default = matching
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment