[{"data":1,"prerenderedAt":790},["ShallowReactive",2],{"/en-us/topics/version-control/benefits-distributed-version-control-system/":3,"navigation-en-us":118,"banner-en-us":548,"footer-en-us":565,"next-steps-en-us":775},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":112,"_type":113,"title":7,"_source":114,"_file":115,"_stem":116,"_extension":117},"/en-us/topics/version-control/benefits-distributed-version-control-system","version-control",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":10},"What is a distributed version control system?","Software development teams use distributed version control systems to accelerate delivery.",[12,26,32,67,110],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Topics",{"href":19},"/topics/",{"title":21,"config":22},"Version control",{"href":23},"/topics/version-control/",{"title":25},"Benefits distributed version control system",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"Software development teams use distributed version control systems to accelerate delivery.\n",{"id":31,"twoColumns":6},"what-is-a-distributed-version-control-system?",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":50},{"text":36,"data":37},"On this page",[38,42,46],{"text":39,"config":40},"What exactly is a distributed version control system?",{"href":41},"#what-exactly-is-a-distributed-version-control-system",{"text":43,"config":44},"What are the advantages of using a distributed version control system?",{"href":45},"#what-are-the-advantages-of-using-a-distributed-version-control-system",{"text":47,"config":48},"Conclusion",{"href":49},"#conclusion",[51,57,62],{"type":52,"componentName":52,"componentContent":53},"TopicsCopy",{"header":39,"text":54,"config":55},"A distributed [version control system](/topics/version-control/) (DVCS) brings a local copy of the complete repository to every team member’s computer, so they can commit, branch, and merge locally. The server doesn’t have to store a physical file for each branch — it just needs the differences between each commit.\n\nDistributed source code management systems, such as Git, Mercurial, and Bazaar, mirror the repository and its entire history as a local copy on individual hard drives.\n\n[Distributed version control systems](https://about.gitlab.com/blog/distributed-version-control/) help software development teams create strong workflows and hierarchies, with each developer pushing code changes to their own repository and maintainers setting a [code review process](/topics/version-control/what-is-code-review/) to ensure only quality code merges into the main repository.\n\nA DVCS can be puzzling, especially if a team member is accustomed to [centralized source code systems](/topics/version-control/what-is-centralized-version-control-system/), because a contributor can no longer rely on a server to resolve conflicts when merging and has to resolve them locally, which can result in confusing merge commits. However, despite the initial discomfort, a distributed source control system can ensure stable code development when multiple developers contribute to software development projects.\n",{"id":56},"what-exactly-is-a-distributed-version-control-system",{"type":52,"componentName":52,"componentContent":58},{"header":43,"text":59,"config":60},"By developing a culture that prioritizes collaboration and leverages the full capabilities of modern version control tools, organizations can ensure their position at the forefront of software development innovation. Some specific advantages are as follows:\n\n### Reliable backup copies\n\nAn interesting way to think about distribution version control is to visualize a collection of backups. When a team member clones a repository, she essentially creates an offsite backup, so if something catastrophic happens, like a server crash, every team member’s local copy becomes a backup. Unlike a centralized version control system, a distributed version control removes the reliance on a single backup, making development more reliable. A common misconception is that multiple copies could be a waste of space, but most development includes plain text files and many systems compress files, so the impact on hard drive storage is minimal.\n\n### Fast merging and flexible branching\n\n Because systems don’t require remote server communication, code can be quickly merged. A distributed version control also allows software development teams to use different branching strategies, a feature that isn’t possible with a centralized system. Distributed version control systems accelerate delivery and business value by helping team members focus on innovation rather than become bogged down with slow builds.\n\n### Rapid feedback and fewer merge conflicts\n\n  A DVCS makes branching easy, because having an entire repository’s history on their local workstation ensures that they can quickly experiment and [request a code review](https://about.gitlab.com/blog/better-code-reviews/). Developers benefit from fast feedback loops and can share changes with team members before merging the changeset. Merge conflicts are less likely, because contributors focus on their own piece of code. Furthermore, having easy access to the full local history helps developers identify bugs, track changes, and revert to previous versions.\n\n### Flexibility to work offline\n\n  A distributed version control system doesn’t require an internet connection, so most development, except pushing and pulling, can be done while traveling or away from home or an office. Contributors can view the running history on their hard drive, so any changes will be made in their own repository. This increased flexibility enables team members to fix bugs as a single changeset. Increased developer productivity\n\n  With a local copy, developers can complete common development activities rapidly. A DVCS means that developers no longer have to wait on a server run through routine tasks, which can slow down delivery and cause frustration.\n\n### Git: An example of a distributed version control system\n\n  Git is a distributed version control system known for its speed, workflow compatibility, and open source foundation. With Git, software teams can experiment without fearing that they’ll create lasting damage to the source code. Teams using a Git repository can tackle projects of any size with [efficiency and speed](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control).\n\n  Learn more about version control and collaboration\n",{"id":61},"what-are-the-advantages-of-using-a-distributed-version-control-system",{"type":52,"componentName":52,"componentContent":63},{"header":47,"text":64,"config":65},"A distributed version control system decentralizes the project management process, shifting from a single central repository or server to a model where each team member possesses a full-fledged copy of the entire project on their local repository. This not only enhances the development workflow through rapid merging and branching but also significantly mitigates the risks associated with a central database failure by ensuring that every participant holds a backup of the complete history.\n\nThe integration of distributed version control systems into the software development process marks a pivotal advance in how teams collaborate and manage their version control history.\n",{"id":66},"conclusion",{"type":68,"componentName":68,"componentContent":69},"CommonResourcesContainer",{"header":70,"tabs":71},"Related Resources",[72,87],{"name":73,"items":74,"config":86},"Videos",[75],{"header":76,"type":77,"image":78,"link":81},"Watch how GitLab strengthens delivery and collaboration","Video",{"altText":76,"config":79},{"src":80},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159298/Website/Topics/cloud-native-webinar.jpg",{"text":82,"config":83},"Watch now",{"href":84,"icon":85,"modal":6},"https://about.gitlab.com/webcast/collaboration-without-boundaries/","Webcast",{"key":73},{"name":88,"items":89,"config":109},"Ebooks",[90,100],{"header":91,"type":92,"image":93,"link":96},"Discover how GitLab makes modern source code management easy","Ebook",{"altText":91,"config":94},{"src":95},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159570/Website/Topics/vlabsdev_coverimage.jpg",{"text":97,"config":98},"Read More",{"href":99,"icon":92,"modal":6},"https://about.gitlab.com/solutions/source-code-management/",{"header":101,"type":92,"image":102,"link":105},"Download the version control best practices eBook to strengthen collaboration",{"altText":101,"config":103},{"src":104},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159580/Website/Topics/nvidia.jpg",{"text":106,"config":107},"Read more",{"href":108,"icon":92,"modal":6},"https://about.gitlab.com/resources/ebook-version-control-best-practices/",{"key":88},{"type":111,"componentName":111},"CommonNextSteps","content:en-us:topics:version-control:benefits-distributed-version-control-system:index.yml","yaml","content","en-us/topics/version-control/benefits-distributed-version-control-system/index.yml","en-us/topics/version-control/benefits-distributed-version-control-system/index","yml",{"_path":119,"_dir":120,"_draft":6,"_partial":6,"_locale":7,"data":121,"_id":544,"_type":113,"title":545,"_source":114,"_file":546,"_stem":547,"_extension":117},"/shared/en-us/main-navigation","en-us",{"logo":122,"freeTrial":127,"sales":132,"login":137,"items":142,"search":475,"minimal":506,"duo":525,"pricingDeployment":534},{"config":123},{"href":124,"dataGaName":125,"dataGaLocation":126},"/","gitlab logo","header",{"text":128,"config":129},"Get free trial",{"href":130,"dataGaName":131,"dataGaLocation":126},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":133,"config":134},"Talk to sales",{"href":135,"dataGaName":136,"dataGaLocation":126},"/sales/","sales",{"text":138,"config":139},"Sign in",{"href":140,"dataGaName":141,"dataGaLocation":126},"https://gitlab.com/users/sign_in/","sign in",[143,187,285,290,396,456],{"text":144,"config":145,"cards":147,"footer":170},"Platform",{"dataNavLevelOne":146},"platform",[148,154,162],{"title":144,"description":149,"link":150},"The most comprehensive AI-powered DevSecOps Platform",{"text":151,"config":152},"Explore our Platform",{"href":153,"dataGaName":146,"dataGaLocation":126},"/platform/",{"title":155,"description":156,"link":157},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":158,"config":159},"Meet GitLab Duo",{"href":160,"dataGaName":161,"dataGaLocation":126},"/gitlab-duo/","gitlab duo ai",{"title":163,"description":164,"link":165},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":166,"config":167},"Learn more",{"href":168,"dataGaName":169,"dataGaLocation":126},"/why-gitlab/","why gitlab",{"title":171,"items":172},"Get started with",[173,178,183],{"text":174,"config":175},"Platform Engineering",{"href":176,"dataGaName":177,"dataGaLocation":126},"/solutions/platform-engineering/","platform engineering",{"text":179,"config":180},"Developer Experience",{"href":181,"dataGaName":182,"dataGaLocation":126},"/developer-experience/","Developer experience",{"text":184,"config":185},"MLOps",{"href":186,"dataGaName":184,"dataGaLocation":126},"/topics/devops/the-role-of-ai-in-devops/",{"text":188,"left":189,"config":190,"link":192,"lists":196,"footer":267},"Product",true,{"dataNavLevelOne":191},"solutions",{"text":193,"config":194},"View all Solutions",{"href":195,"dataGaName":191,"dataGaLocation":126},"/solutions/",[197,222,246],{"title":198,"description":199,"link":200,"items":205},"Automation","CI/CD and automation to accelerate deployment",{"config":201},{"icon":202,"href":203,"dataGaName":204,"dataGaLocation":126},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[206,210,214,218],{"text":207,"config":208},"CI/CD",{"href":209,"dataGaLocation":126,"dataGaName":207},"/solutions/continuous-integration/",{"text":211,"config":212},"AI-Assisted Development",{"href":160,"dataGaLocation":126,"dataGaName":213},"AI assisted development",{"text":215,"config":216},"Source Code Management",{"href":217,"dataGaLocation":126,"dataGaName":215},"/solutions/source-code-management/",{"text":219,"config":220},"Automated Software Delivery",{"href":203,"dataGaLocation":126,"dataGaName":221},"Automated software delivery",{"title":223,"description":224,"link":225,"items":230},"Security","Deliver code faster without compromising security",{"config":226},{"href":227,"dataGaName":228,"dataGaLocation":126,"icon":229},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[231,236,241],{"text":232,"config":233},"Application Security Testing",{"href":234,"dataGaName":235,"dataGaLocation":126},"/solutions/application-security-testing/","Application security testing",{"text":237,"config":238},"Software Supply Chain Security",{"href":239,"dataGaLocation":126,"dataGaName":240},"/solutions/supply-chain/","Software supply chain security",{"text":242,"config":243},"Software Compliance",{"href":244,"dataGaName":245,"dataGaLocation":126},"/solutions/software-compliance/","software compliance",{"title":247,"link":248,"items":253},"Measurement",{"config":249},{"icon":250,"href":251,"dataGaName":252,"dataGaLocation":126},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[254,258,262],{"text":255,"config":256},"Visibility & Measurement",{"href":251,"dataGaLocation":126,"dataGaName":257},"Visibility and Measurement",{"text":259,"config":260},"Value Stream Management",{"href":261,"dataGaLocation":126,"dataGaName":259},"/solutions/value-stream-management/",{"text":263,"config":264},"Analytics & Insights",{"href":265,"dataGaLocation":126,"dataGaName":266},"/solutions/analytics-and-insights/","Analytics and insights",{"title":268,"items":269},"GitLab for",[270,275,280],{"text":271,"config":272},"Enterprise",{"href":273,"dataGaLocation":126,"dataGaName":274},"/enterprise/","enterprise",{"text":276,"config":277},"Small Business",{"href":278,"dataGaLocation":126,"dataGaName":279},"/small-business/","small business",{"text":281,"config":282},"Public Sector",{"href":283,"dataGaLocation":126,"dataGaName":284},"/solutions/public-sector/","public sector",{"text":286,"config":287},"Pricing",{"href":288,"dataGaName":289,"dataGaLocation":126,"dataNavLevelOne":289},"/pricing/","pricing",{"text":291,"config":292,"link":294,"lists":298,"feature":383},"Resources",{"dataNavLevelOne":293},"resources",{"text":295,"config":296},"View all resources",{"href":297,"dataGaName":293,"dataGaLocation":126},"/resources/",[299,332,355],{"title":300,"items":301},"Getting started",[302,307,312,317,322,327],{"text":303,"config":304},"Install",{"href":305,"dataGaName":306,"dataGaLocation":126},"/install/","install",{"text":308,"config":309},"Quick start guides",{"href":310,"dataGaName":311,"dataGaLocation":126},"/get-started/","quick setup checklists",{"text":313,"config":314},"Learn",{"href":315,"dataGaLocation":126,"dataGaName":316},"https://university.gitlab.com/","learn",{"text":318,"config":319},"Product documentation",{"href":320,"dataGaName":321,"dataGaLocation":126},"https://docs.gitlab.com/","product documentation",{"text":323,"config":324},"Best practice videos",{"href":325,"dataGaName":326,"dataGaLocation":126},"/getting-started-videos/","best practice videos",{"text":328,"config":329},"Integrations",{"href":330,"dataGaName":331,"dataGaLocation":126},"/integrations/","integrations",{"title":333,"items":334},"Discover",[335,340,345,350],{"text":336,"config":337},"Customer success stories",{"href":338,"dataGaName":339,"dataGaLocation":126},"/customers/","customer success stories",{"text":341,"config":342},"Blog",{"href":343,"dataGaName":344,"dataGaLocation":126},"/blog/","blog",{"text":346,"config":347},"Remote",{"href":348,"dataGaName":349,"dataGaLocation":126},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":351,"config":352},"TeamOps",{"href":353,"dataGaName":354,"dataGaLocation":126},"/teamops/","teamops",{"title":356,"items":357},"Connect",[358,363,368,373,378],{"text":359,"config":360},"GitLab Services",{"href":361,"dataGaName":362,"dataGaLocation":126},"/services/","services",{"text":364,"config":365},"Community",{"href":366,"dataGaName":367,"dataGaLocation":126},"/community/","community",{"text":369,"config":370},"Forum",{"href":371,"dataGaName":372,"dataGaLocation":126},"https://forum.gitlab.com/","forum",{"text":374,"config":375},"Events",{"href":376,"dataGaName":377,"dataGaLocation":126},"/events/","events",{"text":379,"config":380},"Partners",{"href":381,"dataGaName":382,"dataGaLocation":126},"/partners/","partners",{"backgroundColor":384,"textColor":385,"text":386,"image":387,"link":391},"#2f2a6b","#fff","Insights for the future of software development",{"altText":388,"config":389},"the source promo card",{"src":390},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":392,"config":393},"Read the latest",{"href":394,"dataGaName":395,"dataGaLocation":126},"/the-source/","the source",{"text":397,"config":398,"lists":400},"Company",{"dataNavLevelOne":399},"company",[401],{"items":402},[403,408,414,416,421,426,431,436,441,446,451],{"text":404,"config":405},"About",{"href":406,"dataGaName":407,"dataGaLocation":126},"/company/","about",{"text":409,"config":410,"footerGa":413},"Jobs",{"href":411,"dataGaName":412,"dataGaLocation":126},"/jobs/","jobs",{"dataGaName":412},{"text":374,"config":415},{"href":376,"dataGaName":377,"dataGaLocation":126},{"text":417,"config":418},"Leadership",{"href":419,"dataGaName":420,"dataGaLocation":126},"/company/team/e-group/","leadership",{"text":422,"config":423},"Team",{"href":424,"dataGaName":425,"dataGaLocation":126},"/company/team/","team",{"text":427,"config":428},"Handbook",{"href":429,"dataGaName":430,"dataGaLocation":126},"https://handbook.gitlab.com/","handbook",{"text":432,"config":433},"Investor relations",{"href":434,"dataGaName":435,"dataGaLocation":126},"https://ir.gitlab.com/","investor relations",{"text":437,"config":438},"Trust Center",{"href":439,"dataGaName":440,"dataGaLocation":126},"/security/","trust center",{"text":442,"config":443},"AI Transparency Center",{"href":444,"dataGaName":445,"dataGaLocation":126},"/ai-transparency-center/","ai transparency center",{"text":447,"config":448},"Newsletter",{"href":449,"dataGaName":450,"dataGaLocation":126},"/company/contact/","newsletter",{"text":452,"config":453},"Press",{"href":454,"dataGaName":455,"dataGaLocation":126},"/press/","press",{"text":457,"config":458,"lists":459},"Contact us",{"dataNavLevelOne":399},[460],{"items":461},[462,465,470],{"text":133,"config":463},{"href":135,"dataGaName":464,"dataGaLocation":126},"talk to sales",{"text":466,"config":467},"Get help",{"href":468,"dataGaName":469,"dataGaLocation":126},"/support/","get help",{"text":471,"config":472},"Customer portal",{"href":473,"dataGaName":474,"dataGaLocation":126},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":476,"login":477,"suggestions":484},"Close",{"text":478,"link":479},"To search repositories and projects, login to",{"text":480,"config":481},"gitlab.com",{"href":140,"dataGaName":482,"dataGaLocation":483},"search login","search",{"text":485,"default":486},"Suggestions",[487,489,493,495,499,503],{"text":155,"config":488},{"href":160,"dataGaName":155,"dataGaLocation":483},{"text":490,"config":491},"Code Suggestions (AI)",{"href":492,"dataGaName":490,"dataGaLocation":483},"/solutions/code-suggestions/",{"text":207,"config":494},{"href":209,"dataGaName":207,"dataGaLocation":483},{"text":496,"config":497},"GitLab on AWS",{"href":498,"dataGaName":496,"dataGaLocation":483},"/partners/technology-partners/aws/",{"text":500,"config":501},"GitLab on Google Cloud",{"href":502,"dataGaName":500,"dataGaLocation":483},"/partners/technology-partners/google-cloud-platform/",{"text":504,"config":505},"Why GitLab?",{"href":168,"dataGaName":504,"dataGaLocation":483},{"freeTrial":507,"mobileIcon":512,"desktopIcon":517,"secondaryButton":520},{"text":508,"config":509},"Start free trial",{"href":510,"dataGaName":131,"dataGaLocation":511},"https://gitlab.com/-/trials/new/","nav",{"altText":513,"config":514},"Gitlab Icon",{"src":515,"dataGaName":516,"dataGaLocation":511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":513,"config":518},{"src":519,"dataGaName":516,"dataGaLocation":511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":521,"config":522},"Get Started",{"href":523,"dataGaName":524,"dataGaLocation":511},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":526,"mobileIcon":530,"desktopIcon":532},{"text":527,"config":528},"Learn more about GitLab Duo",{"href":160,"dataGaName":529,"dataGaLocation":511},"gitlab duo",{"altText":513,"config":531},{"src":515,"dataGaName":516,"dataGaLocation":511},{"altText":513,"config":533},{"src":519,"dataGaName":516,"dataGaLocation":511},{"freeTrial":535,"mobileIcon":540,"desktopIcon":542},{"text":536,"config":537},"Back to pricing",{"href":288,"dataGaName":538,"dataGaLocation":511,"icon":539},"back to pricing","GoBack",{"altText":513,"config":541},{"src":515,"dataGaName":516,"dataGaLocation":511},{"altText":513,"config":543},{"src":519,"dataGaName":516,"dataGaLocation":511},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":549,"_dir":120,"_draft":6,"_partial":6,"_locale":7,"title":550,"button":551,"image":556,"config":560,"_id":562,"_type":113,"_source":114,"_file":563,"_stem":564,"_extension":117},"/shared/en-us/banner","is now in public beta!",{"text":552,"config":553},"Try the Beta",{"href":554,"dataGaName":555,"dataGaLocation":126},"/gitlab-duo/agent-platform/","duo banner",{"altText":557,"config":558},"GitLab Duo Agent Platform",{"src":559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":561},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":566,"_dir":120,"_draft":6,"_partial":6,"_locale":7,"data":567,"_id":771,"_type":113,"title":772,"_source":114,"_file":773,"_stem":774,"_extension":117},"/shared/en-us/main-footer",{"text":568,"source":569,"edit":575,"contribute":580,"config":585,"items":590,"minimal":763},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":570,"config":571},"View page source",{"href":572,"dataGaName":573,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":576,"config":577},"Edit this page",{"href":578,"dataGaName":579,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":581,"config":582},"Please contribute",{"href":583,"dataGaName":584,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":586,"facebook":587,"youtube":588,"linkedin":589},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[591,614,670,699,733],{"title":144,"links":592,"subMenu":597},[593],{"text":594,"config":595},"DevSecOps platform",{"href":153,"dataGaName":596,"dataGaLocation":574},"devsecops platform",[598],{"title":286,"links":599},[600,604,609],{"text":601,"config":602},"View plans",{"href":288,"dataGaName":603,"dataGaLocation":574},"view plans",{"text":605,"config":606},"Why Premium?",{"href":607,"dataGaName":608,"dataGaLocation":574},"/pricing/premium/","why premium",{"text":610,"config":611},"Why Ultimate?",{"href":612,"dataGaName":613,"dataGaLocation":574},"/pricing/ultimate/","why ultimate",{"title":615,"links":616},"Solutions",[617,622,624,626,631,636,640,643,647,652,654,657,660,665],{"text":618,"config":619},"Digital transformation",{"href":620,"dataGaName":621,"dataGaLocation":574},"/topics/digital-transformation/","digital transformation",{"text":232,"config":623},{"href":234,"dataGaName":232,"dataGaLocation":574},{"text":221,"config":625},{"href":203,"dataGaName":204,"dataGaLocation":574},{"text":627,"config":628},"Agile development",{"href":629,"dataGaName":630,"dataGaLocation":574},"/solutions/agile-delivery/","agile delivery",{"text":632,"config":633},"Cloud transformation",{"href":634,"dataGaName":635,"dataGaLocation":574},"/topics/cloud-native/","cloud transformation",{"text":637,"config":638},"SCM",{"href":217,"dataGaName":639,"dataGaLocation":574},"source code management",{"text":207,"config":641},{"href":209,"dataGaName":642,"dataGaLocation":574},"continuous integration & delivery",{"text":644,"config":645},"Value stream management",{"href":261,"dataGaName":646,"dataGaLocation":574},"value stream management",{"text":648,"config":649},"GitOps",{"href":650,"dataGaName":651,"dataGaLocation":574},"/solutions/gitops/","gitops",{"text":271,"config":653},{"href":273,"dataGaName":274,"dataGaLocation":574},{"text":655,"config":656},"Small business",{"href":278,"dataGaName":279,"dataGaLocation":574},{"text":658,"config":659},"Public sector",{"href":283,"dataGaName":284,"dataGaLocation":574},{"text":661,"config":662},"Education",{"href":663,"dataGaName":664,"dataGaLocation":574},"/solutions/education/","education",{"text":666,"config":667},"Financial services",{"href":668,"dataGaName":669,"dataGaLocation":574},"/solutions/finance/","financial services",{"title":291,"links":671},[672,674,676,678,681,683,685,687,689,691,693,695,697],{"text":303,"config":673},{"href":305,"dataGaName":306,"dataGaLocation":574},{"text":308,"config":675},{"href":310,"dataGaName":311,"dataGaLocation":574},{"text":313,"config":677},{"href":315,"dataGaName":316,"dataGaLocation":574},{"text":318,"config":679},{"href":320,"dataGaName":680,"dataGaLocation":574},"docs",{"text":341,"config":682},{"href":343,"dataGaName":344,"dataGaLocation":574},{"text":336,"config":684},{"href":338,"dataGaName":339,"dataGaLocation":574},{"text":346,"config":686},{"href":348,"dataGaName":349,"dataGaLocation":574},{"text":359,"config":688},{"href":361,"dataGaName":362,"dataGaLocation":574},{"text":351,"config":690},{"href":353,"dataGaName":354,"dataGaLocation":574},{"text":364,"config":692},{"href":366,"dataGaName":367,"dataGaLocation":574},{"text":369,"config":694},{"href":371,"dataGaName":372,"dataGaLocation":574},{"text":374,"config":696},{"href":376,"dataGaName":377,"dataGaLocation":574},{"text":379,"config":698},{"href":381,"dataGaName":382,"dataGaLocation":574},{"title":397,"links":700},[701,703,705,707,709,711,713,717,722,724,726,728],{"text":404,"config":702},{"href":406,"dataGaName":399,"dataGaLocation":574},{"text":409,"config":704},{"href":411,"dataGaName":412,"dataGaLocation":574},{"text":417,"config":706},{"href":419,"dataGaName":420,"dataGaLocation":574},{"text":422,"config":708},{"href":424,"dataGaName":425,"dataGaLocation":574},{"text":427,"config":710},{"href":429,"dataGaName":430,"dataGaLocation":574},{"text":432,"config":712},{"href":434,"dataGaName":435,"dataGaLocation":574},{"text":714,"config":715},"Sustainability",{"href":716,"dataGaName":714,"dataGaLocation":574},"/sustainability/",{"text":718,"config":719},"Diversity, inclusion and belonging (DIB)",{"href":720,"dataGaName":721,"dataGaLocation":574},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":437,"config":723},{"href":439,"dataGaName":440,"dataGaLocation":574},{"text":447,"config":725},{"href":449,"dataGaName":450,"dataGaLocation":574},{"text":452,"config":727},{"href":454,"dataGaName":455,"dataGaLocation":574},{"text":729,"config":730},"Modern Slavery Transparency Statement",{"href":731,"dataGaName":732,"dataGaLocation":574},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":734,"links":735},"Contact Us",[736,739,741,743,748,753,758],{"text":737,"config":738},"Contact an expert",{"href":135,"dataGaName":136,"dataGaLocation":574},{"text":466,"config":740},{"href":468,"dataGaName":469,"dataGaLocation":574},{"text":471,"config":742},{"href":473,"dataGaName":474,"dataGaLocation":574},{"text":744,"config":745},"Status",{"href":746,"dataGaName":747,"dataGaLocation":574},"https://status.gitlab.com/","status",{"text":749,"config":750},"Terms of use",{"href":751,"dataGaName":752,"dataGaLocation":574},"/terms/","terms of use",{"text":754,"config":755},"Privacy statement",{"href":756,"dataGaName":757,"dataGaLocation":574},"/privacy/","privacy statement",{"text":759,"config":760},"Cookie preferences",{"dataGaName":761,"dataGaLocation":574,"id":762,"isOneTrustButton":189},"cookie preferences","ot-sdk-btn",{"items":764},[765,767,769],{"text":749,"config":766},{"href":751,"dataGaName":752,"dataGaLocation":574},{"text":754,"config":768},{"href":756,"dataGaName":757,"dataGaLocation":574},{"text":759,"config":770},{"dataGaName":761,"dataGaLocation":574,"id":762,"isOneTrustButton":189},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":776,"_dir":120,"_draft":6,"_partial":6,"_locale":7,"header":777,"eyebrow":778,"blurb":779,"button":780,"secondaryButton":784,"_id":786,"_type":113,"title":787,"_source":114,"_file":788,"_stem":789,"_extension":117},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":128,"config":781},{"href":782,"dataGaName":131,"dataGaLocation":783},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":133,"config":785},{"href":135,"dataGaName":136,"dataGaLocation":783},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1758326247653]