List Branches
Learn about List Branches in Git
List branches
git branch
or
git branch --list
This command lists all the branches in the current repository. It shows the current branch you're on and highlights it with an asterisk.
Learn about List Branches in Git
git branch
or
git branch --list
This command lists all the branches in the current repository. It shows the current branch you're on and highlights it with an asterisk.