git-checkout-script - Checkout and switch to a branch.
git-checkout-script [-f] [-b <new_branch>] [<branch>]
Updates the index and working tree to reflect the specified branch, <branch>. Updates HEAD to be <branch> or, if specified, <new_branch>.
Force an re-read of everything.
Create a new branch and start it at <branch>.
Name for the new branch.
Branch to checkout; may be any object ID that resolves to a commit. Defaults to HEAD.
Written by Linus Torvalds <torvalds@osdl.org>
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
Part of the git suite