You can view the branches with the git branch command:
$ git branch
* MyBranchName
master
The current branch is highlighted with an asterisk (*).
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
You can view the branches with the git branch command:
$ git branch
* MyBranchName
master
The current branch is highlighted with an asterisk (*).