view .gitconfig @ 331:133eb1ade1dd

documentation
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Jun 2013 22:22:05 -0700
parents f8ef5a974df8
children b27ea86a9c9e
line wrap: on
line source

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