.gitconfig

Sun, 29 Jun 2014 22:38:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 29 Jun 2014 22:38:17 -0400
branch
mhoward-lt
changeset 91
d4856ddaffd9
child 92
92aa984868e2
permissions
-rw-r--r--

Add gitconfig, copy brock's aliases since he's an hg fan too

[user]
	email = mhoward@roomag.org
	name  = Meredith Howard

[ui]
	color = true

[core]
	pager = LESS='FSRX' less

[alias]
	ci   = commit
	rec  = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
	up   = !git fetch --all --tags --prune && git pull --rebase
	in   = "!git remote update -p; git log ..@{u}"
	out  = log @{u}..
	glog = log --graph --pretty                                          = format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date = relative

mercurial