Mac@programming.dev to Git@programming.dev · 4 months agocommit messages are optionalschpet.comexternal-linkmessage-square18fedilinkarrow-up142arrow-down12
arrow-up140arrow-down1external-linkcommit messages are optionalschpet.comMac@programming.dev to Git@programming.dev · 4 months agomessage-square18fedilink
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
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