Git Show Current Branch Link to heading
git branch
will list all local branches
To print only current checked out branch""
git branch --show-current
git branch
will list all local branches
To print only current checked out branch""
git branch --show-current