View local branches
Git, Repository, Branch · Apr 13, 2021

Prints a list of all local branches.
- Use
git branch
to display a list of all local branches. - Use arrow keys to navigate, press Q to exit.
git branch
git branch
# master
# patch-1
# patch-2
Git, Repository, Branch · Apr 13, 2021
Prints a list of all local branches.
git branch
to display a list of all local branches.git branch
git branch
# master
# patch-1
# patch-2
Master git branch commands with this snippet collection of simplified git documentation and tips.
Collection · 37 snippets
Prints a list of all local branches sorted by date.
Git, Repository · Apr 13, 2021