6 ms·
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
by cplusplusfellow 3y 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.
- TheCleric 3y agoBranches are not cognitively free. Searching through the haystack of hundreds of branches to find a particular needle is a pain.
- cplusplusfellow 3y agoYou’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.