change branch using command git linux server code example
Example 1: canging branch in git
$ git checkout feature
Example 2: git change branch
$ git branch iss53
$ git checkout iss53
$ git checkout feature
$ git branch iss53
$ git checkout iss53