canpolat@programming.devM to Git@programming.devEnglish · edit-22 years agoYour Git horror storiesprogramming.devimagemessage-square41fedilinkarrow-up1309file-text
arrow-up1309imageYour Git horror storiesprogramming.devcanpolat@programming.devM to Git@programming.devEnglish · edit-22 years agomessage-square41fedilinkfile-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-squareMajesticFlamelinkfedilinkEnglisharrow-up3·2 years 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.