Git switch
Jump to navigation
Jump to search
Internal
Overview
Switch to a specific branch, optionally creating it if it does not exist.
git switch develop
git switch -c task/experimental
Switch to a specific branch, optionally creating it if it does not exist.
git switch develop
git switch -c task/experimental