view .gitconfig @ 314:11a349035020

add weekstamp
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 30 May 2013 16:48:20 -0700
parents d6587ced0f07
children f8ef5a974df8
line wrap: on
line source

[core]
	excludesfile = /home/jhammel/.gitignore
[user]
	name = Jeff Hammel
	email = jhammel@mozilla.com
[alias]
        branches = branch -a
        root = rev-parse --show-toplevel
        st = status
        up = !git pull mozilla master && git push origin master