view .gitconfig @ 313:d6587ced0f07

need this alias for no more typing
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 24 May 2013 12:39:45 -0700
parents 2a1eeec1b4ea
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