From: A Large Angry SCM <gitzilla@gmail.com>
To: Junio C Hamano <junkio@cox.net>, Git Mailing List <git@vger.kernel.org>
Subject: [PATCH] Docs for git-checkout-script.
Date: Wed, 07 Sep 2005 17:17:18 -0400 [thread overview]
Message-ID: <431F58DE.2000904@gmail.com> (raw)
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
---
Documentation/git-checkout-script.txt | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
ac5328903884c402905dd2a778ce51a00c041ffc
diff --git a/Documentation/git-checkout-script.txt b/Documentation/git-checkout-script.txt
--- 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 ] <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
------
next reply other threads:[~2005-09-07 21:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-07 21:17 A Large Angry SCM [this message]
2005-09-07 21:23 ` [PATCH] Docs for git-checkout-script Junio C Hamano
2005-09-07 21:34 ` A Large Angry SCM
2005-09-07 22:26 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=431F58DE.2000904@gmail.com \
--to=gitzilla@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).