summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 877276d)
raw | patch | inline | side by side (parent: 877276d)
author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Thu, 3 Jul 2008 05:36:04 +0000 (00:36 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jul 2008 18:24:39 +0000 (11:24 -0700) |
To tell command names from options in a glance.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reflog.txt | patch | blob | history | |
Documentation/git-remote.txt | patch | blob | history |
index d963c5155ded13d454f1ef6c6654cd40dbe31fac..1710626cfa8dd9ae92ef10b7fe40e0c372419cbd 100644 (file)
depending on the subcommand:
[verse]
-git reflog expire [--dry-run] [--stale-fix] [--verbose]
+'git reflog expire' [--dry-run] [--stale-fix] [--verbose]
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
-
-git reflog delete ref@\{specifier\}...
-
-git reflog [show] [log-options] [<ref>]
++
+'git reflog delete' ref@\{specifier\}...
++
+'git reflog' ['show'] [log-options] [<ref>]
Reflog is a mechanism to record when the tip of branches are
updated. This command is to manage the information recorded in it.
index 3634efd8bfafa191e28a8b7dbbee0c09df924eb5..bb99810ec76f93ff1cdc59aacdf592c64419701a 100644 (file)
--------
[verse]
'git remote' [-v | --verbose]
-'git remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
-'git remote' rm <name>
-'git remote' show [-n] <name>
-'git remote' prune [-n | --dry-run] <name>
-'git remote' update [group]
+'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
+'git remote rm' <name>
+'git remote show' [-n] <name>
+'git remote prune' [-n | --dry-run] <name>
+'git remote update' [group]
DESCRIPTION
-----------