Does Git require a centralized server or not? -


i'm confused git. it's distributed in sense each developer has own repository.

but confusion comes when developers sync repositories. there has centralized repository, right?

no. can have n developers in team, , sync between each other, pushing , pulling code respective repositories.

the "central" repo has technically no more significance other repo in system.

however, having single canonical repo that's considered "the main" or "the central" makes organizing easier, know pull builds from, , run tests against. of projects i've seen using git use paradigm.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -