提交 0270f7c5 编写于 作者: A A Large Angry SCM 提交者: Junio C Hamano

[PATCH] Docs for git-checkout-script.

Signed-off-by: NA Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 5077fa9c
......@@ -3,26 +3,31 @@ git-checkout-script(1)
NAME
----
git-checkout-script - Some git command not yet documented.
git-checkout-script - Checkout and switch to a branch.
SYNOPSIS
--------
'git-checkout-script' [ --option ] <args>...
'git-checkout-script' [-f] [-b <new_branch>] [<branch>]
DESCRIPTION
-----------
Does something not yet documented.
Updates the index and working tree to reflect the specified branch,
<branch>. Updates HEAD to be <branch> or, if specified, <new_branch>.
OPTIONS
-------
--option::
Some option not yet documented.
-f::
Force an re-read of everything.
-b::
Create a new branch and start it at <branch>.
<args>...::
Some argument not yet documented.
<new_branch>::
Name for the new branch.
<branch>::
Branch to checkout; may be any object ID that resolves to a
commit. Defaults to HEAD.
Author
------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册