Mercurial > hg > config
view .gitconfig @ 400:8964b285c2f7
typo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 30 Jul 2013 02:54:51 -0700 |
parents | 1b6d7be776ca |
children | d214e0f38ab1 |
line wrap: on
line source
[core] excludesfile = /home/jhammel/.gitignore [user] name = Jeff Hammel email = jhammel@mozilla.com [alias] branches = branch -a branchname = git rev-parse --abbrev-ref HEAD discard = reset HEAD --hard patch = !git diff > ~/$(git rev-parse --abbrev-ref HEAD).diff pushbug = !git push origin $(git rev-parse --abbrev-ref HEAD) root = rev-parse --show-toplevel st = status up = !git pull mozilla master && git push origin master