Mercurial > hg > config
view .gitconfig @ 315:f8ef5a974df8
add a discard command
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 31 May 2013 15:52:23 -0700 |
parents | d6587ced0f07 |
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