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:
xxxxxxxxxx
1
git branch -a
In this example, we list all local and remote branches of our project.
xxxxxxxxxx
1
git branch -a
result:

Note:
Branch
feature_tasks
represents the current branch.