On Mon, Feb 14, 2011 at 6:04 PM, Michael J Gruber
[off-list ref] wrote:
Felipe Contreras venit, vidit, dixit 14.02.2011 17:00:
quoted
Except 'git branch', 'git tag', 'git remote', 'git stash', and 'git
submodule'. In fact, every logical object in git seems to have their
own command, except the stage.
Yes, remote, stash and submodule are the ones with the different
subcommand handling I mentioned: the subcommand is the verb, and
specified undashed.
We have other commands with double-dashed (i.e. option) subcommands,
such as "brach --set-upstream", and others single-dashed, such as "tag -v".
Note that branch, tag and stash are verbs as well as nouns.
So is stage.
--
Felipe Contreras