Switch to the new version of virtualenvwrapper.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 08 Apr 2010 10:15:47 -0400 |
parents |
2d4254295859 |
children |
d227a57e956e |
[user]
name = Steve Losh
email = steve@stevelosh.com
[core]
pager = cat
editor = mate -w
[alias]
gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'
gll = log --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'
com = commit
cm = commit -m
co = checkout
stat = status
st = status
unstage = reset HEAD
uns = reset HEAD
[color]
branch = auto
diff = auto
interactive = auto
status = auto