EN
Git - list all local and remote branches
1
points
In this article, we would like to show you how to list all local and remote branches using Git Bash.
Quick solution:
git branch -a
Practical example
In this example, we list all local and remote branches of our project.
git branch -a
result:

Note:
Branch
feature_tasks
represents the current branch.