top | item 38810258

(no title)

cplusplusfellow | 2 years ago

Branches are mostly free, so this isn’t a problem if they are properly named.

“try-again-something5” doesn’t cut it but “$ticket-at-least-five-words-here” does.

discuss

order

TheCleric|2 years ago

Branches are not cognitively free. Searching through the haystack of hundreds of branches to find a particular needle is a pain.

cplusplusfellow|2 years ago

You’re translating the problem from : searching through branches that are named according to their ticket and what they are meant to accomplish to: complex and not-context-free git bisect.