git go to master brnach code example
Example 1: how to switch to a master which is already added
git checkout master
Example 2: git change branch
$ git branch iss53
$ git checkout iss53
git checkout master
$ git branch iss53
$ git checkout iss53