Mercurial > hg > config
changeset 315:f8ef5a974df8
add a discard command
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 31 May 2013 15:52:23 -0700 |
parents | 11a349035020 |
children | de770b40bcbe |
files | .gitconfig |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitconfig Thu May 30 16:48:20 2013 -0700 +++ b/.gitconfig Fri May 31 15:52:23 2013 -0700 @@ -5,6 +5,7 @@ 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 \ No newline at end of file