git: 'switch' is not a git command code example
Example 1: sitch a branch command line
$ git branch
Example 2: sitch a branch command line
$ git switch <existing_branch>
$ git switch -c <non_existing_branch>
$ git branch
$ git switch <existing_branch>
$ git switch -c <non_existing_branch>