Mercurial > hg > config
view .gitconfig @ 318:cf793eb3811e
from https://wiki.mozilla.org/User:Asasaki:Cedar
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 05 Jun 2013 15:33:07 -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