how to go to branch git code example
Example 1: create and go to branch
git checkout -b <branch_name>
Example 2: github go to a branch
git checkout <name>
Example 3: git change branch
$ git branch iss53
$ git checkout iss53
git checkout -b <branch_name>
git checkout <name>
$ git branch iss53
$ git checkout iss53