summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cae6c25)
raw | patch | inline | side by side (parent: cae6c25)
author | Marco Costalba <mcostalba@gmail.com> | |
Fri, 4 Jan 2008 09:53:32 +0000 (10:53 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jan 2008 06:01:28 +0000 (22:01 -0800) |
Signed-off by: Marco Costalba <mcostalba@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt | patch | blob | history |
index 050e4eadbb3d5b8f60edc173f2f17fdc959dde5d..69722d14d34a3f9de9d94ec7b48ae85995ce8625 100644 (file)
--------
[verse]
'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] <commit> [--] <paths>...
+'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
DESCRIPTION
-----------
Be quiet, only report errors.
<commit>::
- Commit to make the current HEAD.
+ Commit to make the current HEAD. If not given defaults to HEAD.
Examples
--------