Skip to content

Instantly share code, notes, and snippets.

@devth
Created March 8, 2011 00:13
Show Gist options
  • Save devth/859567 to your computer and use it in GitHub Desktop.
Save devth/859567 to your computer and use it in GitHub Desktop.
[merge]
tool = opendiff
[core]
editor = /usr/bin/vim
[alias]
st = status
ci = commit
co = checkout
br = branch
sb = show-branch
dt = difftool
pu = push
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
# logs
l1 = log --pretty=oneline
ls = log --stat
lg = log --graph
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment