git-checkout(1) =============== NAME ---- git-checkout - Checkout and switch to a branch. SYNOPSIS -------- 'git-checkout' [-f] [-b ] [] DESCRIPTION ----------- Updates the index and working tree to reflect the specified branch, . Updates HEAD to be or, if specified, . OPTIONS ------- -f:: Force an re-read of everything. -b:: Create a new branch and start it at . :: Name for the new branch. :: Branch to checkout; may be any object ID that resolves to a commit. Defaults to HEAD. Author ------ Written by Linus Torvalds Documentation -------------- Documentation by Junio C Hamano and the git-list . GIT --- Part of the gitlink:git[7] suite