maxint@programming.dev to Programming@programming.devEnglish · 2 days agoGit without a forgewww.chiark.greenend.org.ukexternal-linkmessage-square54fedilinkarrow-up149arrow-down15cross-posted to: programming@programming.dev
arrow-up144arrow-down1external-linkGit without a forgewww.chiark.greenend.org.ukmaxint@programming.dev to Programming@programming.devEnglish · 2 days agomessage-square54fedilinkcross-posted to: programming@programming.dev
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up2arrow-down1·edit-22 days agodistributed, asynchronous collaboration and versioning. Or do you wanna send zipped up sourcefiles “project_dev_0.9.6.2_developername_featureID.zip” per email to a dozen colleagues who then have to manually merge it into their current WIP?
minus-squarerhabarba@feddit.orglinkfedilinkarrow-up1arrow-down5·2 days agoThere is a difference between “not using a VCS” and “using Git”.
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up5·edit-22 days agoLet 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-up1arrow-down3·2 days 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 days 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.
distributed, asynchronous collaboration and versioning.
Or do you wanna send zipped up sourcefiles “project_dev_0.9.6.2_developername_featureID.zip” per email to a dozen colleagues who then have to manually merge it into their current WIP?
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.