Mac@programming.dev to Git@programming.dev · 4 months agocommit messages are optionalschpet.comexternal-linkmessage-square18fedilinkarrow-up141arrow-down12cross-posted to: [email protected]
arrow-up139arrow-down1external-linkcommit messages are optionalschpet.comMac@programming.dev to Git@programming.dev · 4 months agomessage-square18fedilinkcross-posted to: [email protected]
minus-squareHammerheart@programming.devlinkfedilinkarrow-up7·4 months agoIsnt that what stash is for?
minus-squaremagic_lobster_party@kbin.runlinkfedilinkarrow-up1arrow-down1·4 months agoI don’t like stash for this purpose. What if I have to jump to a different branch a second time? Should I stash again? It can be difficult to know which stash belongs to which branch. Nah, I rather just commit so I don’t need to bother with that confusion.
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up3·4 months agoI agree that stash gets lost easier than a branch, but It can be difficult to know which stash belongs to which branch you know, stash also has a message to it, and afaik it remembers what branch you were on when stashed
Isnt that what stash is for?
I don’t like stash for this purpose. What if I have to jump to a different branch a second time? Should I stash again?
It can be difficult to know which stash belongs to which branch. Nah, I rather just commit so I don’t need to bother with that confusion.
I agree that stash gets lost easier than a branch, but
you know, stash also has a message to it, and afaik it remembers what branch you were on when stashed