From: A Large Angry SCM Date: Wed, 7 Sep 2005 21:17:18 +0000 (-0400) Subject: [PATCH] Docs for git-checkout-script. X-Git-Tag: v0.99.6~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0270f7c500cf1645e7102cbe4ddd32cbcaf5f8a9;p=git.git [PATCH] Docs for git-checkout-script. Signed-off-by: A Large Angry SCM Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-checkout-script.txt b/Documentation/git-checkout-script.txt index ca469ece7..52831abd1 100644 --- a/Documentation/git-checkout-script.txt +++ b/Documentation/git-checkout-script.txt @@ -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 ] ... +'git-checkout-script' [-f] [-b ] [] DESCRIPTION ----------- -Does something not yet documented. - +Updates the index and working tree to reflect the specified branch, +. Updates HEAD to be or, if specified, . OPTIONS ------- ---option:: - Some option not yet documented. +-f:: + Force an re-read of everything. + +-b:: + Create a new branch and start it at . -...:: - Some argument not yet documented. +:: + Name for the new branch. +:: + Branch to checkout; may be any object ID that resolves to a + commit. Defaults to HEAD. Author ------