.gitconfig

Wed, 27 Nov 2019 13:40:23 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 27 Nov 2019 13:40:23 -0600
branch
mhoward-lt
changeset 834
fc9b092f10f7
parent 175
6a6b1f67a46e
permissions
-rw-r--r--

Close

[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

[include]
	path = ~/.gitconfig.local

mercurial