summaryrefslogtreecommitdiff
path: root/Documentation/git-checkout-script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-checkout-script.txt')
-rw-r--r--Documentation/git-checkout-script.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/Documentation/git-checkout-script.txt b/Documentation/git-checkout-script.txt
deleted file mode 100644
index 52831abd19..0000000000
--- a/Documentation/git-checkout-script.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-git-checkout-script(1)
-======================
-
-NAME
-----
-git-checkout-script - Checkout and switch to a branch.
-
-SYNOPSIS
---------
-'git-checkout-script' [-f] [-b <new_branch>] [<branch>]
-
-DESCRIPTION
------------
-Updates the index and working tree to reflect the specified branch,
-<branch>. Updates HEAD to be <branch> or, if specified, <new_branch>.
-
-OPTIONS
--------
--f::
- Force an re-read of everything.
-
--b::
- Create a new branch and start it at <branch>.
-
-<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
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
-
-GIT
----
-Part of the link:git.html[git] suite
-