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
Git, Repository
Prints a list of all local branches sorted by date.
Git, Repository
Prints a list of all merged local branches.
Git, Repository
Prints a visual graph of all commits and branches in the repository.