Skip to content

Latest commit

 

History

History

git-refs-by-date

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.