Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Docs for git-checkout-script.
author
A Large Angry SCM
<gitzilla@gmail.com>
Wed, 7 Sep 2005 21:17:18 +0000
(17:17 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 7 Sep 2005 21:24:39 +0000
(14:24 -0700)
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-checkout-script.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
5077fa9
)
diff --git
a/Documentation/git-checkout-script.txt
b/Documentation/git-checkout-script.txt
index ca469ece73ef58279501ecb3e23d1ef16b8b4c80..52831abd191a9a1cac47afc0ed64a4c368547126 100644
(file)
--- a/
Documentation/git-checkout-script.txt
+++ b/
Documentation/git-checkout-script.txt
@@
-3,26
+3,31
@@
git-checkout-script(1)
NAME
----
NAME
----
-git-checkout-script - Some git command not yet documented.
-
+git-checkout-script - Checkout and switch to a branch.
SYNOPSIS
--------
SYNOPSIS
--------
-'git-checkout-script' [
--option ] <args>...
+'git-checkout-script' [
-f] [-b <new_branch>] [<branch>]
DESCRIPTION
-----------
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
-------
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
------
Author
------