maxint@programming.dev to Programming@programming.devEnglish · 3 个月前Git without a forgewww.chiark.greenend.org.ukexternal-linkmessage-square53fedilinkarrow-up150arrow-down15cross-posted to: programming@programming.dev
arrow-up145arrow-down1external-linkGit without a forgewww.chiark.greenend.org.ukmaxint@programming.dev to Programming@programming.devEnglish · 3 个月前message-square53fedilinkcross-posted to: programming@programming.dev
minus-squarerhabarba@feddit.orglinkfedilinkarrow-up1arrow-down5·3 个月前There is a difference between “not using a VCS” and “using Git”.
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up5·edit-23 个月前Let me make it clear to you then. Why use Git at all then? For it’s VCS features. I thought the one reason why everyone wants to use Git these days are the forges. You thought wrong. Git is not wanted exclusively for the forges, but also for it’s VCS capabilities.
minus-squarerhabarba@feddit.orglinkfedilinkarrow-up0arrow-down3·3 个月前Which 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·3 个月前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.
There is a difference between “not using a VCS” and “using Git”.
Let me make it clear to you then.
For it’s VCS features.
You thought wrong. Git is not wanted exclusively for the forges, but also for it’s VCS capabilities.
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.