JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoReview Pleaseprogramming.devimagemessage-square90fedilinkarrow-up1775arrow-down114
arrow-up1761arrow-down1imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square90fedilink
minus-squareshiftymccool@programming.devlinkfedilinkarrow-up3·1 year agoKeep changes small, we use git patch stack https://github.com/uptech/git-ps
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up2·1 year agoHuman made changes is likely not what caused this image to occur. 111 files with that kind of change count is most likely a dependency update. But could also be that somebody screwed up a merge step somewhere.
minus-squareshiftymccool@programming.devlinkfedilinkarrow-up2·1 year agoThe only way I see that is a dependency update is if you’re versioning your node_modules or <insert-folder-here> which is generally a no-no
minus-squareErwinLottemann@feddit.delinkfedilinkarrow-up2·1 year agoyou should meet my coworker. this is one week worth of work. and he still only commit once a week.
Keep changes small, we use git patch stack https://github.com/uptech/git-ps
Human made changes is likely not what caused this image to occur.
111 files with that kind of change count is most likely a dependency update. But could also be that somebody screwed up a merge step somewhere.
The only way I see that is a dependency update is if you’re versioning your node_modules or <insert-folder-here> which is generally a no-no
you should meet my coworker. this is one week worth of work. and he still only commit once a week.