VMS Help  —  GIT  SWITCH
 	Switch to a specified branch. The working tree and the index are updated
 	to match the branch. All new commits will be added to the tip of this branch.

 	Command Syntax:

 		git switch [<options>] [--no-guess] <branch>
 		git switch [<options>] --detach [<start-point>]
 		git switch [<options>] (-c|-C) <new-branch> [<start-point>]
 		git switch [<options>] --orphan <new-branch>
Close Help