[{"data":1,"prerenderedAt":1049},["ShallowReactive",2],{"/blog/new-git-default-branch-name":3,"navigation-en-us":266,"banner-en-us":694,"footer-en-us":704,"blog-post-authors-en-us-Daniel Gruesso":949,"blog-related-posts-en-us-new-git-default-branch-name":963,"blog-promotions-en-us":985,"next-steps-en-us":1039},{"id":4,"title":5,"authors":6,"body":8,"category":246,"date":247,"description":248,"extension":249,"externalUrl":250,"faq":250,"featured":251,"heroImage":252,"meta":253,"navigation":254,"path":255,"seo":256,"slug":260,"stem":261,"tags":262,"template":264,"updatedDate":250,"__hash__":265},"blogPosts/en-us/blog/new-git-default-branch-name.md","The new Git default branch name",[7],"Daniel Gruesso",{"type":9,"value":10,"toc":240},"minimark",[11,19,27,32,38,84,88,102,210,222],[12,13,14,18],"p",{},[15,16,17],"strong",{},"Note:"," We have added release 13.12 to our release schedule. 13.12 is due to ship on 2021-05-22. This will cause the next major release 14.0 to ship in June instead of May as originally stated. The below content has been updated to reflect the new release date for 14.0 of 2021-06-22.",[12,20,21,22,26],{},"Every Git repository has an initial or original branch, which is the first branch to be created when a new repository is generated. Historically, the default name for this initial branch was ",[23,24,25],"code",{},"master",". This term came from Bitkeeper, a predecessor to Git. Bitkeeper referred to the source of truth as the \"master repository\" and other copies as \"slave repositories\". This shows how common master/slave references have been in technology, and the difficulty in knowing how the term master should be interpreted.",[28,29,31],"h2",{"id":30},"a-more-descriptive-and-inclusive-name","A more descriptive and inclusive name",[12,33,34,35,37],{},"The Git project maintainers, in coordination with the broader community, have been listening to the development community’s feedback on determining a more descriptive and inclusive name for the default or primary branch and offering users options to change the name of the default branch name (usually ",[23,36,25],{},") of their repository. There have already been significant steps toward this goal:",[39,40,41,62],"ul",{},[42,43,44,45,48,49,51,52,58,59,61],"li",{},"Git 2.28.0, released in July 2020, introduced the ",[23,46,47],{},"init.defaultBranch"," configuration option, which allows Git users to define and configure a default branch name other than ",[23,50,25],{},". ",[53,54,57],"a",{"href":55,"rel":56},"https://sfconservancy.org/news/2020/jun/23/gitbranchname/",[],"In June 2020, the Software Freedom Conservancy released a statement"," summarizing why the default term ",[23,60,25],{}," is offensive to many users because of its history.",[42,63,64,65,67,68,71,72,77,78,83],{},"Git maintainers are actively working toward a permanent change for the default name from ",[23,66,25],{}," to ",[23,69,70],{},"main",". You can read more about this change on ",[53,73,76],{"href":74,"rel":75},"https://lore.kernel.org/git/pull.656.v4.git.1593009996.gitgitgadget@gmail.com/",[],"this post from the Git mailing list",". A large part of this effort involves ",[53,79,82],{"href":80,"rel":81},"https://lore.kernel.org/git/xmqqa6vf437i.fsf@gitster.c.googlers.com/T/#t",[],"updating all existing tests"," in the Git project.",[28,85,87],{"id":86},"changing-gitlabs-default-branch-name","Changing GitLab's default branch name",[12,89,90,91,96,97,101],{},"GitLab has already introduced changes that allow users to change the default branch name both at the ",[53,92,95],{"href":93,"rel":94},"https://docs.gitlab.com/user/project/repository/branches/default/",[],"instance level"," (for self-managed users) and at the ",[53,98,100],{"href":93,"rel":99},[],"group level"," (for both SaaS and self-managed users). To further align with the community, we will make the following changes in the upcoming releases:",[103,104,105,175],"ol",{},[42,106,107,110,111,67,113,115,116,134],{},[15,108,109],{},"Default branch name changes for GitLab.com and self-managed users",": When creating a new project in GitLab, the default branch name will change from ",[23,112,25],{},[23,114,70],{},". We are planning to implement this change in two phases:",[39,117,118,126],{},[42,119,120,121,67,123,125],{},"Phase 1 (GitLab.com): We plan to update GitLab's underlying Git version to 2.31.0 as part of GitLab’s 13.11 release, shipping on April 22, 2021. We will additionally change the default branch name on GitLab.com from ",[23,122,25],{},[23,124,70],{}," on May 24th, 2021.",[42,127,128,129,67,131,133],{},"Phase 2 (Self-managed): We will change the default branch name from ",[23,130,25],{},[23,132,70],{}," for self-managed GitLab as part for our next major release 14.0, shipping on June 22, 2021. Any project created in GitLab post 14.0 will use the new default. This does not affect existing projects.",[39,135,136],{},[42,137,138,141,142,146,147,149,150,152,153,155,156,161,162,165,166,168,169,174],{},[15,139,140],{},"Action required",": When upgrading a self-managed instance to GitLab 14.0, new projects created via the ",[53,143,145],{"href":144},"/pricing/feature-comparison/","GitLab GUI"," will use ",[23,148,70],{}," as the default branch name. If your project is running CI/CD jobs configured in another project, hard-coded references to the ",[23,151,25],{}," branch will need to be updated to use either ",[23,154,70],{}," or to use a default branch name ",[53,157,160],{"href":158,"rel":159},"https://docs.gitlab.com/ci/variables/predefined_variables/",[],"CI/CD variable",", such as ",[23,163,164],{},"CI_DEFAULT_BRANCH",". You can continue to use ",[23,167,25],{}," by configuring a ",[53,170,173],{"href":171,"rel":172},"https://docs.gitlab.com/user/group/#custom-initial-branch-name",[],"custom default branch name",".",[42,176,177,180,181,186,187,67,189,191,192,197,198],{},[15,178,179],{},"Default branch name change for the GitLab project (and its related projects)",": The ",[53,182,185],{"href":183,"rel":184},"https://gitlab.com/gitlab-org/gitlab",[],"GitLab project"," and its related projects will change their default branch name from ",[23,188,25],{},[23,190,70],{},". Some projects have already been updated (for example ",[53,193,196],{"href":194,"rel":195},"https://gitlab.com/gitlab-org/gitlab-shell",[],"GitLab Shell",") and we plan to update the rest between now and the release of 14.0 on June 22, 2021.",[39,199,200],{},[42,201,202,204,205,207,208,174],{},[15,203,140],{},": If during the switchover you created a contribution for the GitLab project and are still using the ",[23,206,25],{}," branch locally, you will need to rebase your changes prior to pushing to consume the new default branch name of ",[23,209,70],{},[12,211,212,213,216,217,174],{},"Please note this ",[15,214,215],{},"will only affect new projects"," created in GitLab. Existing projects will not be affected. You can learn more about the change in the ",[53,218,221],{"href":219,"rel":220},"https://gitlab.com/groups/gitlab-org/-/epics/3600",[],"default branch rename epic",[12,223,224,225,227,228,233,234,239],{},"We welcome the use of ",[23,226,70],{}," as a more inclusive default branch name and are happy to see that our peers at ",[53,229,232],{"href":230,"rel":231},"https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/",[],"GitHub"," and ",[53,235,238],{"href":236,"rel":237},"https://bitbucket.org/blog/moving-away-from-master-as-the-default-name-for-branches-in-git",[],"Atlassian"," also support this change.",{"title":241,"searchDepth":242,"depth":242,"links":243},"",2,[244,245],{"id":30,"depth":242,"text":31},{"id":86,"depth":242,"text":87},"news","2021-03-10","Why we're joining the Git community and updating \"master\" to \"main\".","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681942/Blog/Hero%20Images/git_gitlab.jpg",{},true,"/en-us/blog/new-git-default-branch-name",{"title":5,"description":248,"ogTitle":5,"ogDescription":248,"noIndex":251,"ogImage":252,"ogUrl":257,"ogSiteName":258,"ogType":259,"canonicalUrls":257},"https://about.gitlab.com/blog/new-git-default-branch-name","https://about.gitlab.com","article","new-git-default-branch-name","en-us/blog/new-git-default-branch-name",[263],"git","BlogPost","ArXnzjVa8J267Uv7xQKBDYRLVLYG7ho2E1Yw4L2IjPE",{"logo":267,"freeTrial":272,"sales":277,"login":282,"items":287,"search":614,"minimal":645,"duo":664,"switchNav":673,"pricingDeployment":684},{"config":268},{"href":269,"dataGaName":270,"dataGaLocation":271},"/","gitlab logo","header",{"text":273,"config":274},"Get free trial",{"href":275,"dataGaName":276,"dataGaLocation":271},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":278,"config":279},"Request a demo",{"href":280,"dataGaName":281,"dataGaLocation":271},"/sales/?contact-topic=request-demo","sales",{"text":283,"config":284},"Sign in",{"href":285,"dataGaName":286,"dataGaLocation":271},"https://gitlab.com/users/sign_in/","sign in",[288,317,417,422,536,592],{"text":289,"config":290,"menu":292},"Platform",{"dataNavLevelOne":291},"platform",{"type":293,"columns":294},"cards",[295,301,309],{"title":289,"description":296,"link":297},"The intelligent orchestration platform for DevSecOps",{"text":298,"config":299},"Explore our Platform",{"href":300,"dataGaName":291,"dataGaLocation":271},"/platform/",{"title":302,"description":303,"link":304},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":305,"config":306},"Meet GitLab Duo",{"href":307,"dataGaName":308,"dataGaLocation":271},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":310,"description":311,"link":312},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":313,"config":314},"Learn more",{"href":315,"dataGaName":316,"dataGaLocation":271},"/why-gitlab/","why gitlab",{"text":318,"left":254,"config":319,"menu":321},"Product",{"dataNavLevelOne":320},"solutions",{"type":322,"link":323,"columns":327,"feature":396},"lists",{"text":324,"config":325},"View all Solutions",{"href":326,"dataGaName":320,"dataGaLocation":271},"/solutions/",[328,352,375],{"title":329,"description":330,"link":331,"items":336},"Automation","CI/CD and automation to accelerate deployment",{"config":332},{"icon":333,"href":334,"dataGaName":335,"dataGaLocation":271},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[337,341,344,348],{"text":338,"config":339},"CI/CD",{"href":340,"dataGaLocation":271,"dataGaName":338},"/solutions/continuous-integration/",{"text":302,"config":342},{"href":307,"dataGaLocation":271,"dataGaName":343},"gitlab duo agent platform - product menu",{"text":345,"config":346},"Source Code Management",{"href":347,"dataGaLocation":271,"dataGaName":345},"/solutions/source-code-management/",{"text":349,"config":350},"Automated Software Delivery",{"href":334,"dataGaLocation":271,"dataGaName":351},"Automated software delivery",{"title":353,"description":354,"link":355,"items":360},"Security","Deliver code faster without compromising security",{"config":356},{"href":357,"dataGaName":358,"dataGaLocation":271,"icon":359},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[361,365,370],{"text":362,"config":363},"Application Security Testing",{"href":357,"dataGaName":364,"dataGaLocation":271},"Application security testing",{"text":366,"config":367},"Software Supply Chain Security",{"href":368,"dataGaLocation":271,"dataGaName":369},"/solutions/supply-chain/","Software supply chain security",{"text":371,"config":372},"Software Compliance",{"href":373,"dataGaName":374,"dataGaLocation":271},"/solutions/software-compliance/","software compliance",{"title":376,"link":377,"items":382},"Measurement",{"config":378},{"icon":379,"href":380,"dataGaName":381,"dataGaLocation":271},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[383,387,391],{"text":384,"config":385},"Visibility & Measurement",{"href":380,"dataGaLocation":271,"dataGaName":386},"Visibility and Measurement",{"text":388,"config":389},"Value Stream Management",{"href":390,"dataGaLocation":271,"dataGaName":388},"/solutions/value-stream-management/",{"text":392,"config":393},"Analytics & Insights",{"href":394,"dataGaLocation":271,"dataGaName":395},"/solutions/analytics-and-insights/","Analytics and insights",{"title":397,"type":322,"items":398},"GitLab for",[399,405,411],{"text":400,"config":401},"Enterprise",{"icon":402,"href":403,"dataGaLocation":271,"dataGaName":404},"Building","/enterprise/","enterprise",{"text":406,"config":407},"Small Business",{"icon":408,"href":409,"dataGaLocation":271,"dataGaName":410},"Work","/small-business/","small business",{"text":412,"config":413},"Public Sector",{"icon":414,"href":415,"dataGaLocation":271,"dataGaName":416},"Organization","/solutions/public-sector/","public sector",{"text":418,"config":419},"Pricing",{"href":420,"dataGaName":421,"dataGaLocation":271,"dataNavLevelOne":421},"/pricing/","pricing",{"text":423,"config":424,"menu":426},"Resources",{"dataNavLevelOne":425},"resources",{"type":322,"link":427,"columns":431,"feature":525},{"text":428,"config":429},"View all resources",{"href":430,"dataGaName":425,"dataGaLocation":271},"/resources/",[432,465,492],{"title":433,"items":434},"Getting started",[435,440,445,450,455,460],{"text":436,"config":437},"Install",{"href":438,"dataGaName":439,"dataGaLocation":271},"/install/","install",{"text":441,"config":442},"Quick start guides",{"href":443,"dataGaName":444,"dataGaLocation":271},"/get-started/","quick setup checklists",{"text":446,"config":447},"Learn",{"href":448,"dataGaLocation":271,"dataGaName":449},"https://university.gitlab.com/","learn",{"text":451,"config":452},"Product documentation",{"href":453,"dataGaName":454,"dataGaLocation":271},"https://docs.gitlab.com/","product documentation",{"text":456,"config":457},"Best practice videos",{"href":458,"dataGaName":459,"dataGaLocation":271},"/getting-started-videos/","best practice videos",{"text":461,"config":462},"Integrations",{"href":463,"dataGaName":464,"dataGaLocation":271},"/integrations/","integrations",{"title":466,"items":467},"Discover",[468,473,478,483,487],{"text":469,"config":470},"Customer success stories",{"href":471,"dataGaName":472,"dataGaLocation":271},"/customers/","customer success stories",{"text":474,"config":475},"Blog",{"href":476,"dataGaName":477,"dataGaLocation":271},"/blog/","blog",{"text":479,"config":480},"Demo Hub",{"href":481,"dataGaName":482,"dataGaLocation":271},"/demo-hub/","demo hub",{"text":484,"config":485},"The Source",{"href":486,"dataGaName":477,"dataGaLocation":271},"/the-source/",{"text":488,"config":489},"Remote",{"href":490,"dataGaName":491,"dataGaLocation":271},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":493,"items":494},"Connect",[495,500,505,510,515,520],{"text":496,"config":497},"GitLab Services",{"href":498,"dataGaName":499,"dataGaLocation":271},"/services/","services",{"text":501,"config":502},"Contribute",{"href":503,"dataGaName":504,"dataGaLocation":271},"https://contributors.gitlab.com","contribute",{"text":506,"config":507},"Community",{"href":508,"dataGaName":509,"dataGaLocation":271},"/community/","community",{"text":511,"config":512},"Forum",{"href":513,"dataGaName":514,"dataGaLocation":271},"https://forum.gitlab.com/","forum",{"text":516,"config":517},"Events",{"href":518,"dataGaName":519,"dataGaLocation":271},"/events/","events",{"text":521,"config":522},"Partners",{"href":523,"dataGaName":524,"dataGaLocation":271},"/partners/","partners",{"config":526,"title":529,"text":530,"link":531},{"background":527,"textColor":528},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":532,"config":533},"Read the latest",{"href":534,"dataGaName":535,"dataGaLocation":271},"/whats-new/","whats new",{"text":537,"config":538,"menu":540},"Company",{"dataNavLevelOne":539},"company",{"type":322,"columns":541},[542],{"items":543},[544,549,555,557,562,567,572,577,582,587],{"text":545,"config":546},"About",{"href":547,"dataGaName":548,"dataGaLocation":271},"/company/","about",{"text":550,"config":551,"footerGa":554},"Jobs",{"href":552,"dataGaName":553,"dataGaLocation":271},"/jobs/","jobs",{"dataGaName":553},{"text":516,"config":556},{"href":518,"dataGaName":519,"dataGaLocation":271},{"text":558,"config":559},"Leadership",{"href":560,"dataGaName":561,"dataGaLocation":271},"/company/team/e-group/","leadership",{"text":563,"config":564},"Handbook",{"href":565,"dataGaName":566,"dataGaLocation":271},"https://handbook.gitlab.com/","handbook",{"text":568,"config":569},"Investor relations",{"href":570,"dataGaName":571,"dataGaLocation":271},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":573,"config":574},"Trust Center",{"href":575,"dataGaName":576,"dataGaLocation":271},"/security/","trust center",{"text":578,"config":579},"AI Transparency Center",{"href":580,"dataGaName":581,"dataGaLocation":271},"/ai-transparency-center/","ai transparency center",{"text":583,"config":584},"Newsletter",{"href":585,"dataGaName":586,"dataGaLocation":271},"/company/contact/#contact-forms","newsletter",{"text":588,"config":589},"Press",{"href":590,"dataGaName":591,"dataGaLocation":271},"/press/","press",{"text":593,"config":594,"menu":595},"Contact us",{"dataNavLevelOne":539},{"type":322,"columns":596},[597],{"items":598},[599,604,609],{"text":600,"config":601},"Talk to sales",{"href":602,"dataGaName":603,"dataGaLocation":271},"/sales/","talk to sales",{"text":605,"config":606},"Support portal",{"href":607,"dataGaName":608,"dataGaLocation":271},"https://support.gitlab.com/hc/en-us","support portal",{"text":610,"config":611},"Customer portal",{"href":612,"dataGaName":613,"dataGaLocation":271},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":615,"login":616,"suggestions":623},"Close",{"text":617,"link":618},"To search repositories and projects, login to",{"text":619,"config":620},"gitlab.com",{"href":285,"dataGaName":621,"dataGaLocation":622},"search login","search",{"text":624,"default":625},"Suggestions",[626,628,632,634,638,642],{"text":302,"config":627},{"href":307,"dataGaName":302,"dataGaLocation":622},{"text":629,"config":630},"Code Suggestions (AI)",{"href":631,"dataGaName":629,"dataGaLocation":622},"/solutions/code-suggestions/",{"text":338,"config":633},{"href":340,"dataGaName":338,"dataGaLocation":622},{"text":635,"config":636},"GitLab on AWS",{"href":637,"dataGaName":635,"dataGaLocation":622},"/partners/technology-partners/aws/",{"text":639,"config":640},"GitLab on Google Cloud",{"href":641,"dataGaName":639,"dataGaLocation":622},"/partners/technology-partners/google-cloud-platform/",{"text":643,"config":644},"Why GitLab?",{"href":315,"dataGaName":643,"dataGaLocation":622},{"freeTrial":646,"mobileIcon":651,"desktopIcon":656,"secondaryButton":659},{"text":647,"config":648},"Start free trial",{"href":649,"dataGaName":276,"dataGaLocation":650},"https://gitlab.com/-/trials/new/","nav",{"altText":652,"config":653},"Gitlab Icon",{"src":654,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":652,"config":657},{"src":658,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":660,"config":661},"Get Started",{"href":662,"dataGaName":663,"dataGaLocation":650},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":665,"mobileIcon":669,"desktopIcon":671},{"text":666,"config":667},"Learn more about GitLab Duo",{"href":307,"dataGaName":668,"dataGaLocation":650},"gitlab duo",{"altText":652,"config":670},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":672},{"src":658,"dataGaName":655,"dataGaLocation":650},{"button":674,"mobileIcon":679,"desktopIcon":681},{"text":675,"config":676},"/switch",{"href":677,"dataGaName":678,"dataGaLocation":650},"#contact","switch",{"altText":652,"config":680},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":682},{"src":683,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":685,"mobileIcon":690,"desktopIcon":692},{"text":686,"config":687},"Back to pricing",{"href":420,"dataGaName":688,"dataGaLocation":650,"icon":689},"back to pricing","GoBack",{"altText":652,"config":691},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":693},{"src":658,"dataGaName":655,"dataGaLocation":650},{"title":695,"titleMobile":696,"button":697,"config":702},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":313,"config":698},{"href":699,"dataGaName":700,"dataGaLocation":701},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":703,"disabled":251},"release",{"data":705},{"text":706,"source":707,"edit":713,"contribute":718,"config":723,"items":728,"minimal":938},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":708,"config":709},"View page source",{"href":710,"dataGaName":711,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":714,"config":715},"Edit this page",{"href":716,"dataGaName":717,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":719,"config":720},"Please contribute",{"href":721,"dataGaName":722,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":724,"facebook":725,"youtube":726,"linkedin":727},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[729,776,830,874,906],{"title":418,"links":730,"subMenu":745},[731,735,740],{"text":732,"config":733},"View plans",{"href":420,"dataGaName":734,"dataGaLocation":712},"view plans",{"text":736,"config":737},"Why Premium?",{"href":738,"dataGaName":739,"dataGaLocation":712},"/pricing/premium/","why premium",{"text":741,"config":742},"Why Ultimate?",{"href":743,"dataGaName":744,"dataGaLocation":712},"/pricing/ultimate/","why ultimate",[746],{"title":747,"links":748},"Contact Us",[749,752,754,756,761,766,771],{"text":750,"config":751},"Contact sales",{"href":602,"dataGaName":281,"dataGaLocation":712},{"text":605,"config":753},{"href":607,"dataGaName":608,"dataGaLocation":712},{"text":610,"config":755},{"href":612,"dataGaName":613,"dataGaLocation":712},{"text":757,"config":758},"Status",{"href":759,"dataGaName":760,"dataGaLocation":712},"https://status.gitlab.com/","status",{"text":762,"config":763},"Terms of use",{"href":764,"dataGaName":765,"dataGaLocation":712},"/terms/","terms of use",{"text":767,"config":768},"Privacy statement",{"href":769,"dataGaName":770,"dataGaLocation":712},"/privacy/","privacy statement",{"text":772,"config":773},"Cookie preferences",{"dataGaName":774,"dataGaLocation":712,"id":775,"isOneTrustButton":254},"cookie preferences","ot-sdk-btn",{"title":318,"links":777,"subMenu":786},[778,782],{"text":779,"config":780},"DevSecOps platform",{"href":300,"dataGaName":781,"dataGaLocation":712},"devsecops platform",{"text":783,"config":784},"AI-Assisted Development",{"href":307,"dataGaName":785,"dataGaLocation":712},"ai-assisted development",[787],{"title":788,"links":789},"Topics",[790,795,800,805,810,815,820,825],{"text":791,"config":792},"CICD",{"href":793,"dataGaName":794,"dataGaLocation":712},"/topics/ci-cd/","cicd",{"text":796,"config":797},"GitOps",{"href":798,"dataGaName":799,"dataGaLocation":712},"/topics/gitops/","gitops",{"text":801,"config":802},"DevOps",{"href":803,"dataGaName":804,"dataGaLocation":712},"/topics/devops/","devops",{"text":806,"config":807},"Version Control",{"href":808,"dataGaName":809,"dataGaLocation":712},"/topics/version-control/","version control",{"text":811,"config":812},"DevSecOps",{"href":813,"dataGaName":814,"dataGaLocation":712},"/topics/devsecops/","devsecops",{"text":816,"config":817},"Cloud Native",{"href":818,"dataGaName":819,"dataGaLocation":712},"/topics/cloud-native/","cloud native",{"text":821,"config":822},"AI for Coding",{"href":823,"dataGaName":824,"dataGaLocation":712},"/topics/devops/ai-for-coding/","ai for coding",{"text":826,"config":827},"Agentic AI",{"href":828,"dataGaName":829,"dataGaLocation":712},"/topics/agentic-ai/","agentic ai",{"title":831,"links":832},"Solutions",[833,835,837,842,846,849,853,856,858,861,864,869],{"text":362,"config":834},{"href":357,"dataGaName":362,"dataGaLocation":712},{"text":351,"config":836},{"href":334,"dataGaName":335,"dataGaLocation":712},{"text":838,"config":839},"Agile development",{"href":840,"dataGaName":841,"dataGaLocation":712},"/solutions/agile-delivery/","agile delivery",{"text":843,"config":844},"SCM",{"href":347,"dataGaName":845,"dataGaLocation":712},"source code management",{"text":791,"config":847},{"href":340,"dataGaName":848,"dataGaLocation":712},"continuous integration & delivery",{"text":850,"config":851},"Value stream management",{"href":390,"dataGaName":852,"dataGaLocation":712},"value stream management",{"text":796,"config":854},{"href":855,"dataGaName":799,"dataGaLocation":712},"/solutions/gitops/",{"text":400,"config":857},{"href":403,"dataGaName":404,"dataGaLocation":712},{"text":859,"config":860},"Small business",{"href":409,"dataGaName":410,"dataGaLocation":712},{"text":862,"config":863},"Public sector",{"href":415,"dataGaName":416,"dataGaLocation":712},{"text":865,"config":866},"Education",{"href":867,"dataGaName":868,"dataGaLocation":712},"/solutions/education/","education",{"text":870,"config":871},"Financial services",{"href":872,"dataGaName":873,"dataGaLocation":712},"/solutions/finance/","financial services",{"title":423,"links":875},[876,878,880,882,885,887,890,892,894,896,898,900,902,904],{"text":436,"config":877},{"href":438,"dataGaName":439,"dataGaLocation":712},{"text":441,"config":879},{"href":443,"dataGaName":444,"dataGaLocation":712},{"text":446,"config":881},{"href":448,"dataGaName":449,"dataGaLocation":712},{"text":451,"config":883},{"href":453,"dataGaName":884,"dataGaLocation":712},"docs",{"text":474,"config":886},{"href":476,"dataGaName":477,"dataGaLocation":712},{"text":888,"config":889},"What's new",{"href":534,"dataGaName":535,"dataGaLocation":712},{"text":469,"config":891},{"href":471,"dataGaName":472,"dataGaLocation":712},{"text":488,"config":893},{"href":490,"dataGaName":491,"dataGaLocation":712},{"text":496,"config":895},{"href":498,"dataGaName":499,"dataGaLocation":712},{"text":501,"config":897},{"href":503,"dataGaName":504,"dataGaLocation":712},{"text":506,"config":899},{"href":508,"dataGaName":509,"dataGaLocation":712},{"text":511,"config":901},{"href":513,"dataGaName":514,"dataGaLocation":712},{"text":516,"config":903},{"href":518,"dataGaName":519,"dataGaLocation":712},{"text":521,"config":905},{"href":523,"dataGaName":524,"dataGaLocation":712},{"title":537,"links":907},[908,910,912,914,916,918,922,927,929,931,933],{"text":545,"config":909},{"href":547,"dataGaName":539,"dataGaLocation":712},{"text":550,"config":911},{"href":552,"dataGaName":553,"dataGaLocation":712},{"text":558,"config":913},{"href":560,"dataGaName":561,"dataGaLocation":712},{"text":563,"config":915},{"href":565,"dataGaName":566,"dataGaLocation":712},{"text":568,"config":917},{"href":570,"dataGaName":571,"dataGaLocation":712},{"text":919,"config":920},"Sustainability",{"href":921,"dataGaName":919,"dataGaLocation":712},"/sustainability/",{"text":923,"config":924},"Diversity, inclusion and belonging (DIB)",{"href":925,"dataGaName":926,"dataGaLocation":712},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":573,"config":928},{"href":575,"dataGaName":576,"dataGaLocation":712},{"text":583,"config":930},{"href":585,"dataGaName":586,"dataGaLocation":712},{"text":588,"config":932},{"href":590,"dataGaName":591,"dataGaLocation":712},{"text":934,"config":935},"Modern Slavery Transparency Statement",{"href":936,"dataGaName":937,"dataGaLocation":712},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":939},[940,943,946],{"text":941,"config":942},"Terms",{"href":764,"dataGaName":765,"dataGaLocation":712},{"text":944,"config":945},"Cookies",{"dataGaName":774,"dataGaLocation":712,"id":775,"isOneTrustButton":254},{"text":947,"config":948},"Privacy",{"href":769,"dataGaName":770,"dataGaLocation":712},[950],{"id":951,"title":7,"body":250,"config":952,"content":954,"description":250,"extension":957,"meta":958,"navigation":254,"path":959,"seo":960,"stem":961,"__hash__":962},"blogAuthors/en-us/blog/authors/daniel-gruesso.yml",{"template":953},"BlogAuthor",{"name":7,"config":955},{"headshot":241,"ctfId":956},"danielgruesso","yml",{},"/en-us/blog/authors/daniel-gruesso",{},"en-us/blog/authors/daniel-gruesso","7PmoRq_RDka-fc_clhV3EdJN6r6NMI0oes5HA2wv2xU",[964,972,979],{"title":965,"description":966,"heroImage":967,"category":246,"date":968,"authors":969,"slug":971,"externalUrl":250},"GitLab named a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms","Agents made coding fast. GitLab is the Intelligent Orchestration Platform for DevSecOps that brings speed with control for the rest of the software lifecycle.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-06-17",[970],"Manav Khurana","gitlab-leader-2026-gartner-mq-devsecops-platforms",{"title":973,"description":974,"heroImage":975,"category":246,"date":968,"authors":976,"slug":978,"externalUrl":250},"GitLab and Capgemini accelerate DevSecOps transformation","The global alliance helps organizations modernize software delivery, secure their supply chain, and bring AI into development workflows.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781279411/n3pkmddd2eswa8qbu06z.png",[977],"Alex Picker","gitlab-and-capgemini-global-alliance-partnership",{"title":980,"description":981,"heroImage":982,"category":246,"date":968,"authors":983,"slug":984,"externalUrl":250},"Introducing the 2026 EMEA GitLab Partner Award winners","Learn about the EMEA partners who made an outstanding impact over the past year.\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781608381/biycl2ib2kpsbspjlac7.png",[977],"2026-emea-gitlab-partner-awards",{"promotions":986},[987,1001,1013,1025],{"id":988,"categories":989,"header":991,"text":992,"button":993,"image":998},"ai-modernization",[990],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":994,"config":995},"Get your AI maturity score",{"href":996,"dataGaName":997,"dataGaLocation":477},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":999},{"src":1000},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1002,"categories":1003,"header":1005,"text":992,"button":1006,"image":1010},"devops-modernization",[1004,814],"product","Are you just managing tools or shipping innovation?",{"text":1007,"config":1008},"Get your DevOps maturity score",{"href":1009,"dataGaName":997,"dataGaLocation":477},"/assessments/devops-modernization-assessment/",{"config":1011},{"src":1012},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1014,"categories":1015,"header":1017,"text":992,"button":1018,"image":1022},"security-modernization",[1016],"security","Are you trading speed for security?",{"text":1019,"config":1020},"Get your security maturity score",{"href":1021,"dataGaName":997,"dataGaLocation":477},"/assessments/security-modernization-assessment/",{"config":1023},{"src":1024},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1026,"paths":1027,"header":1030,"text":1031,"button":1032,"image":1037},"github-azure-migration",[1028,1029],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1033,"config":1034},"See how GitLab compares to GitHub",{"href":1035,"dataGaName":1036,"dataGaLocation":477},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1038},{"src":1012},{"header":1040,"blurb":1041,"button":1042,"secondaryButton":1047},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1043,"config":1044},"Get your free trial",{"href":1045,"dataGaName":276,"dataGaLocation":1046},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":750,"config":1048},{"href":602,"dataGaName":281,"dataGaLocation":1046},1786803771806]