switchBranch
Description
switches to the specified local branch branchDetails = switchBranch(repo,name)name in the Git™ repository repo.
specifies additional options as one or more name-value arguments. For example,
branchDetails = switchBranch(repo,name,Name=Value)switchBranch(repo,name,Create=true) first creates a local tracking
branch if the specified branch name only exists in the remote
repository.
