.gitconfig

Sat, 14 Feb 2015 17:40:22 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 14 Feb 2015 17:40:22 -0500
changeset 168
593608369a48
parent 166
7d0c758c7a4d
child 170
fb8391e37094
child 173
757eaebee0a2
permissions
-rw-r--r--

Re-enable toolbar so it can be auto-hidden

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

[ui]
	color = true

[core]
	pager = LESS='FSRX' less

[alias]
	ci        = commit
	record    = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
	update    = !git fetch --all --tags --prune && git pull --rebase
	incoming  = "!git remote update -p; git log ..@{u}"
	outgoing  = 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

[branch]
	autosetuprebase = always

mercurial