maxint@programming.dev to Programming@programming.devEnglish · 2 months agoGit without a forgewww.chiark.greenend.org.ukexternal-linkmessage-square53fedilinkarrow-up144arrow-down15cross-posted to: programming@programming.dev
arrow-up139arrow-down1external-linkGit without a forgewww.chiark.greenend.org.ukmaxint@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square53fedilinkcross-posted to: programming@programming.dev
minus-squarerhabarba@feddit.orglinkfedilinkarrow-up1arrow-down3·2 months agoWhich VCS capabilities make Git stand out in comparison to all other DVCSs if you don’t need a web UI?
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up4·2 months agoPersonally: I am used to git. When I don’t need the webUI, I would stick with git because it is already familiar to me.
Which VCS capabilities make Git stand out in comparison to all other DVCSs if you don’t need a web UI?
Personally:
I am used to git. When I don’t need the webUI, I would stick with git because it is already familiar to me.
Makes sense.