Script that display information about branches including branch description, sorted by most recently modified branch.
NOTE: to add or edit git branch description use:
git branch --edit-description
(orgit branch develop --edit-description
for specific branch - in this casedevelop
branch)
Script inspierd by demo during the FOSDEM talk: https://youtu.be/aolI_Rz0ZqY?si=3nbEf8m2sKZDJRQU&t=468