canpolat@programming.devM to Git@programming.devEnglish · edit-21 year agoYour Git horror storiesprogramming.devimagemessage-square44fedilinkarrow-up1311arrow-down13file-text
arrow-up1308arrow-down1imageYour Git horror storiesprogramming.devcanpolat@programming.devM to Git@programming.devEnglish · edit-21 year agomessage-square44fedilinkfile-text
We all have been there… For the beginner it’s easy to mess things up. What are your horror stories with Git? Link to xkcd
minus-squareMajesticFlame@lemmy.onelinkfedilinkEnglisharrow-up3·1 year agoHonestly I am now a huge fan of having lots of tiny repositories. It simplifies ci/cd, forces you to split code into logical blocks with stable interfaces, and limits frequency and scope of conflicts.
Honestly I am now a huge fan of having lots of tiny repositories. It simplifies ci/cd, forces you to split code into logical blocks with stable interfaces, and limits frequency and scope of conflicts.