git bash show brances code example
Example 1: how to run mysql in git bash
winpty mysql -u root
Example 2: how to create branch in github using git bash
$ git checkout -b [name_of_your_new_branch]
winpty mysql -u root
$ git checkout -b [name_of_your_new_branch]