Skip to content

Files

Latest commit

6da9e07 · May 26, 2022

History

History

git-refs-by-date

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
May 26, 2022

git refs-by-date

Show refs sorted by date for branches

Git alias:

refs-by-date = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short) (objectname:short) %(contents:subject)'

Example:

git refs-by-date

This alias can be useful for spring cleaning.