git command for change branch code example
Example 1: change branch git
git checkout <branch_name>
Example 2: how to switch branches in git
git checkout [branch name]
Example 3: git change branch
$ git branch iss53
$ git checkout iss53
git checkout <branch_name>
git checkout [branch name]
$ git branch iss53
$ git checkout iss53