Mercurial > hg > config
diff .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 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
