Skip to content

Home

View branches sorted by date

Prints a list of all local branches sorted by date.

git branch --sort=-committerdate

# Examples
git branch --sort=-committerdate
# master
# patch-1
# patch-2

More like this

Start typing a keyphrase to see matching snippets.