79393550

Date: 2025-01-28 11:09:11
Score: 1
Natty:
Report link

Simple solution. Below command worked for me

git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short) - %(committerdate:short)'

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ajay