.gitconfig @ 6803ea62d3cb
More zsh stuff.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 25 Jan 2010 09:01:42 -0500 |
parents | f00b5c3f14c1 |
children | 2d4254295859 |
[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' 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