Prints a list of all local branches sorted by date.
git branch --sort=-committerdate
to display a list of all local branches and sort them based on the date of their last commit.git branch --sort=-committerdate
git branch --sort=-committerdate
# master
# patch-1
# patch-2
Git, Repository
Prints a list of all merged local branches.
Git, Repository
Prints a list of all local branches.
Git, Repository
Prints a visual graph of all commits and branches in the repository.