Why git is called a distributed source control system?

前端 未结 5 803
猫巷女王i
猫巷女王i 2021-02-15 23:23

It seems after committing code to the local repository, every programmer will run the command.

git push origin master

to push the local file to

5条回答
  •  感动是毒
    2021-02-16 00:19

    Check out the definition of a distributed system and compare that to what Git does/allows to be done. I think there's a match. A client/server approach needs by definition one "definitive/reference copy" which is not the case with Git and similar.

提交回复
热议问题