[{"data":1,"prerenderedAt":1113},["ShallowReactive",2],{"/blog/tutorial-migrate-from-google-cloud-source-repositories-to-gitlab":3,"navigation-en-us":324,"banner-en-us":750,"footer-en-us":760,"blog-post-authors-en-us-Tsukasa Komatsubara|Regnard Raquedan":1004,"blog-related-posts-en-us-tutorial-migrate-from-google-cloud-source-repositories-to-gitlab":1031,"blog-promotions-en-us":1050,"next-steps-en-us":1103},{"id":4,"title":5,"authors":6,"body":9,"category":302,"date":303,"description":304,"extension":305,"externalUrl":306,"faq":306,"featured":307,"heroImage":308,"meta":309,"navigation":310,"path":311,"seo":312,"slug":316,"stem":317,"tags":318,"template":322,"updatedDate":306,"__hash__":323},"blogPosts/en-us/blog/tutorial-migrate-from-google-cloud-source-repositories-to-gitlab.md","Tutorial: Migrate from Google Cloud Source Repositories to GitLab",[7,8],"Tsukasa Komatsubara","Regnard Raquedan",{"type":10,"value":11,"toc":295},"minimark",[12,29,32,37,40,97,101,104,112,116,143,150,160,166,172,204,214,235,244,248,276,279,291],[13,14,15,16,22,23,28],"p",{},"Google Cloud’s ",[17,18,21],"a",{"href":19,"rel":20},"https://cloud.google.com/source-repositories/docs/release-notes",[],"deprecation of Cloud Source Repositories"," (CSR) has prompted development teams to seek a full-featured alternative for their source code repositories. GitLab, a ",[17,24,27],{"href":25,"rel":26},"https://cloud.google.com/find-a-partner/partner/gitlab-inc",[],"Google Cloud Technology Partner",", is a strong choice due to its comprehensive DevSecOps capabilities.",[13,30,31],{},"In this tutorial, you'll learn the steps to ensure a smooth transition from CSR to GitLab, whether you're using GitLab.com or a self-managed instance on Google Cloud.",[33,34,36],"h2",{"id":35},"why-gitlab","Why GitLab?",[13,38,39],{},"Transitioning from Google Cloud Source Repositories to GitLab is a recommended step. As a strategic partner of Google Cloud, GitLab seamlessly integrates with existing infrastructure with ease and brings value to customers in the following ways:",[41,42,43,55,65,81],"ul",{},[44,45,46,50],"li",{},[47,48,49],"strong",{},"Unified DevSecOps platform",[41,51,52],{},[44,53,54],{},"Consolidate your entire development lifecycle into a single application, from planning to monitoring. Eliminate tool sprawl and dramatically boost productivity.",[44,56,57,60],{},[47,58,59],{},"Seamless Google Cloud integration",[41,61,62],{},[44,63,64],{},"Effortlessly connect with GKE, Cloud Build, and Cloud Storage, ensuring a smooth migration and efficient operations within the Google Cloud ecosystem.",[44,66,67,70],{},[47,68,69],{},"Advanced CI/CD capabilities",[41,71,72],{},[44,73,74,75,80],{},"Leverage ",[17,76,79],{"href":77,"rel":78},"https://docs.gitlab.com/topics/autodevops/",[],"Auto DevOps"," to automate everything from security scanning to deployment, accelerating your development cycles.",[44,82,83,86],{},[47,84,85],{},"Industry-recognized AI coding assistance",[41,87,88],{},[44,89,90,91,96],{},"Benefit from built-in AI-assisted development with ",[17,92,95],{"href":93,"rel":94},"https://about.gitlab.com/gitlab-duo-agent-platform/",[],"GitLab Duo",", fostering a secure and efficient coding environment.",[33,98,100],{"id":99},"prerequisites","Prerequisites",[13,102,103],{},"Before you start the migration, ensure you have:",[41,105,106,109],{},[44,107,108],{},"GitLab account: Set up your account on GitLab.com or on a self-hosted instance.",[44,110,111],{},"GitLab project: Create a blank project in GitLab where the CSR repository will be migrated.",[33,113,115],{"id":114},"migration-steps","Migration steps",[117,118,119,122,140],"ol",{},[44,120,121],{},"Create a blank GitLab project: This will serve as the destination for your migrated CSR repository. Keep this project empty for now.",[44,123,124,125,130,131,135,136,139],{},"Generate a personal access token (PAT): Navigate to GitLab settings and ",[17,126,129],{"href":127,"rel":128},"https://docs.gitlab.com/user/profile/personal_access_tokens/",[],"generate a PAT"," with ",[132,133,134],"code",{},"read_repository"," and ",[132,137,138],{},"write_repository"," scopes enabled. This token will be used to authenticate your Git operations during the migration process.",[44,141,142],{},"Edit code in Cloud Shell Editor: From your CSR repository, open the Cloud Shell Editor by clicking the “Edit code” button. You’ll need to authorize the Cloud Shell and select “Trust repo” to proceed.",[13,144,145],{},[146,147],"img",{"alt":148,"src":149},"Google Cloud Shell Editor","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097750/Blog/Content%20Images/Blog/Content%20Images/image1_aHR0cHM6_1750097750517.png",[117,151,153],{"start":152},4,[44,154,155,156,159],{},"Inspect Git status: Run ",[132,157,158],{},"git status"," in the Cloud Shell to check the current branch and ensure everything is in order before pushing to GitLab.",[13,161,162],{},[146,163],{"alt":164,"src":165},"Inspect Git status","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097750/Blog/Content%20Images/Blog/Content%20Images/image2_aHR0cHM6_1750097750518.png",[117,167,169],{"start":168},5,[44,170,171],{},"Set Up the Remote Repository: Add your GitLab project as a remote repository by running:",[173,174,179],"pre",{"className":175,"code":176,"language":177,"meta":178,"style":178},"language-shell shiki shiki-themes github-light","git remote add origin [GITLAB_PROJECT_URL]\n","shell","",[132,180,181],{"__ignoreMap":178},[182,183,186,190,194,197,200],"span",{"class":184,"line":185},"line",1,[182,187,189],{"class":188},"s7eDp","git",[182,191,193],{"class":192},"sYBdl"," remote",[182,195,196],{"class":192}," add",[182,198,199],{"class":192}," origin",[182,201,203],{"class":202},"sgsFI"," [GITLAB_PROJECT_URL]\n",[117,205,207],{"start":206},6,[44,208,209,210,213],{},"Replace ",[132,211,212],{},"[GITLAB_PROJECT_URL]"," with the actual URL of your GitLab project.\nPush to GitLab: Finally, push your local repository to GitLab by running:",[173,215,217],{"className":175,"code":216,"language":177,"meta":178,"style":178},"git push -u origin [BRANCH_NAME]\n",[132,218,219],{"__ignoreMap":178},[182,220,221,223,226,230,232],{"class":184,"line":185},[182,222,189],{"class":188},[182,224,225],{"class":192}," push",[182,227,229],{"class":228},"sYu0t"," -u",[182,231,199],{"class":192},[182,233,234],{"class":202}," [BRANCH_NAME]\n",[117,236,238],{"start":237},7,[44,239,209,240,243],{},[132,241,242],{},"[BRANCH_NAME]"," with the current branch name you noted earlier.\nWhen prompted, use your GitLab username and the PAT as the password to authenticate and complete the push.",[33,245,247],{"id":246},"best-practices","Best practices",[41,249,250,253,256],{},[44,251,252],{},"Back up before you begin: Always back up your CSR repository before starting the migration process.",[44,254,255],{},"Test after migration: Ensure all aspects of the repository, including branches and CI/CD pipelines, are functioning as expected in GitLab.",[44,257,258,259,263,264,269,270,275],{},"Leverage GitLab features: Take advantage of GitLab’s advanced DevSecOps features such as ",[17,260,262],{"href":93,"rel":261},[],"AI",", ",[17,265,268],{"href":266,"rel":267},"https://docs.gitlab.com/ci/",[],"CI/CD",", and ",[17,271,274],{"href":272,"rel":273},"https://about.gitlab.com/solutions/agile-delivery/",[],"Enterprise Agile planning"," to enhance your development workflow.",[13,277,278],{},"Moving from Google Cloud Source Repositories to GitLab is easy and offers more benefits than just managing source code. GitLab, with its integration with Google Cloud, makes it an ideal choice for developers seeking to enhance their workflow post-migration.",[280,281,282],"blockquote",{},[13,283,284,285,290],{},"Read more about ",[17,286,289],{"href":287,"rel":288},"https://about.gitlab.com/blog/gitlab-google-cloud-integrations-now-in-public-beta/",[],"GitLab's integration with Google Cloud",".",[292,293,294],"style",{},"html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}",{"title":178,"searchDepth":296,"depth":296,"links":297},2,[298,299,300,301],{"id":35,"depth":296,"text":36},{"id":99,"depth":296,"text":100},{"id":114,"depth":296,"text":115},{"id":246,"depth":296,"text":247},"product","2024-08-28","Google Cloud is deprecating Cloud Source Repositories. Learn how to migrate a CSR source code repository to GitLab, along with best practices.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097739/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2813%29_1zdtbfPDHZVe6JC2AbdHmb_1750097738370.png",{},true,"/en-us/blog/tutorial-migrate-from-google-cloud-source-repositories-to-gitlab",{"title":5,"description":304,"ogTitle":5,"ogDescription":304,"noIndex":307,"ogImage":308,"ogUrl":313,"ogSiteName":314,"ogType":315,"canonicalUrls":313},"https://about.gitlab.com/blog/tutorial-migrate-from-google-cloud-source-repositories-to-gitlab","https://about.gitlab.com","article","tutorial-migrate-from-google-cloud-source-repositories-to-gitlab","en-us/blog/tutorial-migrate-from-google-cloud-source-repositories-to-gitlab",[319,320,321],"tutorial","google","DevSecOps platform","BlogPost","3pDO7lbIvE2TouCE5O3A25K3aKx-0X2m6kaw5SyqebQ",{"logo":325,"freeTrial":330,"sales":335,"login":340,"items":345,"search":671,"minimal":701,"duo":720,"switchNav":729,"pricingDeployment":740},{"config":326},{"href":327,"dataGaName":328,"dataGaLocation":329},"/","gitlab logo","header",{"text":331,"config":332},"Get free trial",{"href":333,"dataGaName":334,"dataGaLocation":329},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":336,"config":337},"Request a demo",{"href":338,"dataGaName":339,"dataGaLocation":329},"/sales/?contact-topic=request-demo","sales",{"text":341,"config":342},"Sign in",{"href":343,"dataGaName":344,"dataGaLocation":329},"https://gitlab.com/users/sign_in/","sign in",[346,375,474,479,593,649],{"text":347,"config":348,"menu":350},"Platform",{"dataNavLevelOne":349},"platform",{"type":351,"columns":352},"cards",[353,359,367],{"title":347,"description":354,"link":355},"The intelligent orchestration platform for DevSecOps",{"text":356,"config":357},"Explore our Platform",{"href":358,"dataGaName":349,"dataGaLocation":329},"/platform/",{"title":360,"description":361,"link":362},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":363,"config":364},"Meet GitLab Duo",{"href":365,"dataGaName":366,"dataGaLocation":329},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":368,"description":369,"link":370},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":371,"config":372},"Learn more",{"href":373,"dataGaName":374,"dataGaLocation":329},"/why-gitlab/","why gitlab",{"text":376,"left":310,"config":377,"menu":379},"Product",{"dataNavLevelOne":378},"solutions",{"type":380,"link":381,"columns":385,"feature":453},"lists",{"text":382,"config":383},"View all Solutions",{"href":384,"dataGaName":378,"dataGaLocation":329},"/solutions/",[386,409,432],{"title":387,"description":388,"link":389,"items":394},"Automation","CI/CD and automation to accelerate deployment",{"config":390},{"icon":391,"href":392,"dataGaName":393,"dataGaLocation":329},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[395,398,401,405],{"text":268,"config":396},{"href":397,"dataGaLocation":329,"dataGaName":268},"/solutions/continuous-integration/",{"text":360,"config":399},{"href":365,"dataGaLocation":329,"dataGaName":400},"gitlab duo agent platform - product menu",{"text":402,"config":403},"Source Code Management",{"href":404,"dataGaLocation":329,"dataGaName":402},"/solutions/source-code-management/",{"text":406,"config":407},"Automated Software Delivery",{"href":392,"dataGaLocation":329,"dataGaName":408},"Automated software delivery",{"title":410,"description":411,"link":412,"items":417},"Security","Deliver code faster without compromising security",{"config":413},{"href":414,"dataGaName":415,"dataGaLocation":329,"icon":416},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[418,422,427],{"text":419,"config":420},"Application Security Testing",{"href":414,"dataGaName":421,"dataGaLocation":329},"Application security testing",{"text":423,"config":424},"Software Supply Chain Security",{"href":425,"dataGaLocation":329,"dataGaName":426},"/solutions/supply-chain/","Software supply chain security",{"text":428,"config":429},"Software Compliance",{"href":430,"dataGaName":431,"dataGaLocation":329},"/solutions/software-compliance/","software compliance",{"title":433,"link":434,"items":439},"Measurement",{"config":435},{"icon":436,"href":437,"dataGaName":438,"dataGaLocation":329},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[440,444,448],{"text":441,"config":442},"Visibility & Measurement",{"href":437,"dataGaLocation":329,"dataGaName":443},"Visibility and Measurement",{"text":445,"config":446},"Value Stream Management",{"href":447,"dataGaLocation":329,"dataGaName":445},"/solutions/value-stream-management/",{"text":449,"config":450},"Analytics & Insights",{"href":451,"dataGaLocation":329,"dataGaName":452},"/solutions/analytics-and-insights/","Analytics and insights",{"title":454,"type":380,"items":455},"GitLab for",[456,462,468],{"text":457,"config":458},"Enterprise",{"icon":459,"href":460,"dataGaLocation":329,"dataGaName":461},"Building","/enterprise/","enterprise",{"text":463,"config":464},"Small Business",{"icon":465,"href":466,"dataGaLocation":329,"dataGaName":467},"Work","/small-business/","small business",{"text":469,"config":470},"Public Sector",{"icon":471,"href":472,"dataGaLocation":329,"dataGaName":473},"Organization","/solutions/public-sector/","public sector",{"text":475,"config":476},"Pricing",{"href":477,"dataGaName":478,"dataGaLocation":329,"dataNavLevelOne":478},"/pricing/","pricing",{"text":480,"config":481,"menu":483},"Resources",{"dataNavLevelOne":482},"resources",{"type":380,"link":484,"columns":488,"feature":582},{"text":485,"config":486},"View all resources",{"href":487,"dataGaName":482,"dataGaLocation":329},"/resources/",[489,522,549],{"title":490,"items":491},"Getting started",[492,497,502,507,512,517],{"text":493,"config":494},"Install",{"href":495,"dataGaName":496,"dataGaLocation":329},"/install/","install",{"text":498,"config":499},"Quick start guides",{"href":500,"dataGaName":501,"dataGaLocation":329},"/get-started/","quick setup checklists",{"text":503,"config":504},"Learn",{"href":505,"dataGaLocation":329,"dataGaName":506},"https://university.gitlab.com/","learn",{"text":508,"config":509},"Product documentation",{"href":510,"dataGaName":511,"dataGaLocation":329},"https://docs.gitlab.com/","product documentation",{"text":513,"config":514},"Best practice videos",{"href":515,"dataGaName":516,"dataGaLocation":329},"/getting-started-videos/","best practice videos",{"text":518,"config":519},"Integrations",{"href":520,"dataGaName":521,"dataGaLocation":329},"/integrations/","integrations",{"title":523,"items":524},"Discover",[525,530,535,540,544],{"text":526,"config":527},"Customer success stories",{"href":528,"dataGaName":529,"dataGaLocation":329},"/customers/","customer success stories",{"text":531,"config":532},"Blog",{"href":533,"dataGaName":534,"dataGaLocation":329},"/blog/","blog",{"text":536,"config":537},"Demo Hub",{"href":538,"dataGaName":539,"dataGaLocation":329},"/demo-hub/","demo hub",{"text":541,"config":542},"The Source",{"href":543,"dataGaName":534,"dataGaLocation":329},"/the-source/",{"text":545,"config":546},"Remote",{"href":547,"dataGaName":548,"dataGaLocation":329},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":550,"items":551},"Connect",[552,557,562,567,572,577],{"text":553,"config":554},"GitLab Services",{"href":555,"dataGaName":556,"dataGaLocation":329},"/services/","services",{"text":558,"config":559},"Contribute",{"href":560,"dataGaName":561,"dataGaLocation":329},"https://contributors.gitlab.com","contribute",{"text":563,"config":564},"Community",{"href":565,"dataGaName":566,"dataGaLocation":329},"/community/","community",{"text":568,"config":569},"Forum",{"href":570,"dataGaName":571,"dataGaLocation":329},"https://forum.gitlab.com/","forum",{"text":573,"config":574},"Events",{"href":575,"dataGaName":576,"dataGaLocation":329},"/events/","events",{"text":578,"config":579},"Partners",{"href":580,"dataGaName":581,"dataGaLocation":329},"/partners/","partners",{"config":583,"title":586,"text":587,"link":588},{"background":584,"textColor":585},"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":589,"config":590},"Read the latest",{"href":591,"dataGaName":592,"dataGaLocation":329},"/whats-new/","whats new",{"text":594,"config":595,"menu":597},"Company",{"dataNavLevelOne":596},"company",{"type":380,"columns":598},[599],{"items":600},[601,606,612,614,619,624,629,634,639,644],{"text":602,"config":603},"About",{"href":604,"dataGaName":605,"dataGaLocation":329},"/company/","about",{"text":607,"config":608,"footerGa":611},"Jobs",{"href":609,"dataGaName":610,"dataGaLocation":329},"/jobs/","jobs",{"dataGaName":610},{"text":573,"config":613},{"href":575,"dataGaName":576,"dataGaLocation":329},{"text":615,"config":616},"Leadership",{"href":617,"dataGaName":618,"dataGaLocation":329},"/company/team/e-group/","leadership",{"text":620,"config":621},"Handbook",{"href":622,"dataGaName":623,"dataGaLocation":329},"https://handbook.gitlab.com/","handbook",{"text":625,"config":626},"Investor relations",{"href":627,"dataGaName":628,"dataGaLocation":329},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":630,"config":631},"Trust Center",{"href":632,"dataGaName":633,"dataGaLocation":329},"/security/","trust center",{"text":635,"config":636},"AI Transparency Center",{"href":637,"dataGaName":638,"dataGaLocation":329},"/ai-transparency-center/","ai transparency center",{"text":640,"config":641},"Newsletter",{"href":642,"dataGaName":643,"dataGaLocation":329},"/company/contact/#contact-forms","newsletter",{"text":645,"config":646},"Press",{"href":647,"dataGaName":648,"dataGaLocation":329},"/press/","press",{"text":650,"config":651,"menu":652},"Contact us",{"dataNavLevelOne":596},{"type":380,"columns":653},[654],{"items":655},[656,661,666],{"text":657,"config":658},"Talk to sales",{"href":659,"dataGaName":660,"dataGaLocation":329},"/sales/","talk to sales",{"text":662,"config":663},"Support portal",{"href":664,"dataGaName":665,"dataGaLocation":329},"https://support.gitlab.com/hc/en-us","support portal",{"text":667,"config":668},"Customer portal",{"href":669,"dataGaName":670,"dataGaLocation":329},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":672,"login":673,"suggestions":680},"Close",{"text":674,"link":675},"To search repositories and projects, login to",{"text":676,"config":677},"gitlab.com",{"href":343,"dataGaName":678,"dataGaLocation":679},"search login","search",{"text":681,"default":682},"Suggestions",[683,685,689,691,695,699],{"text":360,"config":684},{"href":365,"dataGaName":360,"dataGaLocation":679},{"text":686,"config":687},"Code Suggestions (AI)",{"href":688,"dataGaName":686,"dataGaLocation":679},"/solutions/code-suggestions/",{"text":268,"config":690},{"href":397,"dataGaName":268,"dataGaLocation":679},{"text":692,"config":693},"GitLab on AWS",{"href":694,"dataGaName":692,"dataGaLocation":679},"/partners/technology-partners/aws/",{"text":696,"config":697},"GitLab on Google Cloud",{"href":698,"dataGaName":696,"dataGaLocation":679},"/partners/technology-partners/google-cloud-platform/",{"text":36,"config":700},{"href":373,"dataGaName":36,"dataGaLocation":679},{"freeTrial":702,"mobileIcon":707,"desktopIcon":712,"secondaryButton":715},{"text":703,"config":704},"Start free trial",{"href":705,"dataGaName":334,"dataGaLocation":706},"https://gitlab.com/-/trials/new/","nav",{"altText":708,"config":709},"Gitlab Icon",{"src":710,"dataGaName":711,"dataGaLocation":706},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":708,"config":713},{"src":714,"dataGaName":711,"dataGaLocation":706},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":716,"config":717},"Get Started",{"href":718,"dataGaName":719,"dataGaLocation":706},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":721,"mobileIcon":725,"desktopIcon":727},{"text":722,"config":723},"Learn more about GitLab Duo",{"href":365,"dataGaName":724,"dataGaLocation":706},"gitlab duo",{"altText":708,"config":726},{"src":710,"dataGaName":711,"dataGaLocation":706},{"altText":708,"config":728},{"src":714,"dataGaName":711,"dataGaLocation":706},{"button":730,"mobileIcon":735,"desktopIcon":737},{"text":731,"config":732},"/switch",{"href":733,"dataGaName":734,"dataGaLocation":706},"#contact","switch",{"altText":708,"config":736},{"src":710,"dataGaName":711,"dataGaLocation":706},{"altText":708,"config":738},{"src":739,"dataGaName":711,"dataGaLocation":706},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":741,"mobileIcon":746,"desktopIcon":748},{"text":742,"config":743},"Back to pricing",{"href":477,"dataGaName":744,"dataGaLocation":706,"icon":745},"back to pricing","GoBack",{"altText":708,"config":747},{"src":710,"dataGaName":711,"dataGaLocation":706},{"altText":708,"config":749},{"src":714,"dataGaName":711,"dataGaLocation":706},{"title":751,"titleMobile":752,"button":753,"config":758},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":371,"config":754},{"href":755,"dataGaName":756,"dataGaLocation":757},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":759,"disabled":307},"release",{"data":761},{"text":762,"source":763,"edit":769,"contribute":774,"config":779,"items":784,"minimal":993},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":764,"config":765},"View page source",{"href":766,"dataGaName":767,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":770,"config":771},"Edit this page",{"href":772,"dataGaName":773,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":775,"config":776},"Please contribute",{"href":777,"dataGaName":778,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":780,"facebook":781,"youtube":782,"linkedin":783},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[785,832,885,929,961],{"title":475,"links":786,"subMenu":801},[787,791,796],{"text":788,"config":789},"View plans",{"href":477,"dataGaName":790,"dataGaLocation":768},"view plans",{"text":792,"config":793},"Why Premium?",{"href":794,"dataGaName":795,"dataGaLocation":768},"/pricing/premium/","why premium",{"text":797,"config":798},"Why Ultimate?",{"href":799,"dataGaName":800,"dataGaLocation":768},"/pricing/ultimate/","why ultimate",[802],{"title":803,"links":804},"Contact Us",[805,808,810,812,817,822,827],{"text":806,"config":807},"Contact sales",{"href":659,"dataGaName":339,"dataGaLocation":768},{"text":662,"config":809},{"href":664,"dataGaName":665,"dataGaLocation":768},{"text":667,"config":811},{"href":669,"dataGaName":670,"dataGaLocation":768},{"text":813,"config":814},"Status",{"href":815,"dataGaName":816,"dataGaLocation":768},"https://status.gitlab.com/","status",{"text":818,"config":819},"Terms of use",{"href":820,"dataGaName":821,"dataGaLocation":768},"/terms/","terms of use",{"text":823,"config":824},"Privacy statement",{"href":825,"dataGaName":826,"dataGaLocation":768},"/privacy/","privacy statement",{"text":828,"config":829},"Cookie preferences",{"dataGaName":830,"dataGaLocation":768,"id":831,"isOneTrustButton":310},"cookie preferences","ot-sdk-btn",{"title":376,"links":833,"subMenu":841},[834,837],{"text":321,"config":835},{"href":358,"dataGaName":836,"dataGaLocation":768},"devsecops platform",{"text":838,"config":839},"AI-Assisted Development",{"href":365,"dataGaName":840,"dataGaLocation":768},"ai-assisted development",[842],{"title":843,"links":844},"Topics",[845,850,855,860,865,870,875,880],{"text":846,"config":847},"CICD",{"href":848,"dataGaName":849,"dataGaLocation":768},"/topics/ci-cd/","cicd",{"text":851,"config":852},"GitOps",{"href":853,"dataGaName":854,"dataGaLocation":768},"/topics/gitops/","gitops",{"text":856,"config":857},"DevOps",{"href":858,"dataGaName":859,"dataGaLocation":768},"/topics/devops/","devops",{"text":861,"config":862},"Version Control",{"href":863,"dataGaName":864,"dataGaLocation":768},"/topics/version-control/","version control",{"text":866,"config":867},"DevSecOps",{"href":868,"dataGaName":869,"dataGaLocation":768},"/topics/devsecops/","devsecops",{"text":871,"config":872},"Cloud Native",{"href":873,"dataGaName":874,"dataGaLocation":768},"/topics/cloud-native/","cloud native",{"text":876,"config":877},"AI for Coding",{"href":878,"dataGaName":879,"dataGaLocation":768},"/topics/devops/ai-for-coding/","ai for coding",{"text":881,"config":882},"Agentic AI",{"href":883,"dataGaName":884,"dataGaLocation":768},"/topics/agentic-ai/","agentic ai",{"title":886,"links":887},"Solutions",[888,890,892,897,901,904,908,911,913,916,919,924],{"text":419,"config":889},{"href":414,"dataGaName":419,"dataGaLocation":768},{"text":408,"config":891},{"href":392,"dataGaName":393,"dataGaLocation":768},{"text":893,"config":894},"Agile development",{"href":895,"dataGaName":896,"dataGaLocation":768},"/solutions/agile-delivery/","agile delivery",{"text":898,"config":899},"SCM",{"href":404,"dataGaName":900,"dataGaLocation":768},"source code management",{"text":846,"config":902},{"href":397,"dataGaName":903,"dataGaLocation":768},"continuous integration & delivery",{"text":905,"config":906},"Value stream management",{"href":447,"dataGaName":907,"dataGaLocation":768},"value stream management",{"text":851,"config":909},{"href":910,"dataGaName":854,"dataGaLocation":768},"/solutions/gitops/",{"text":457,"config":912},{"href":460,"dataGaName":461,"dataGaLocation":768},{"text":914,"config":915},"Small business",{"href":466,"dataGaName":467,"dataGaLocation":768},{"text":917,"config":918},"Public sector",{"href":472,"dataGaName":473,"dataGaLocation":768},{"text":920,"config":921},"Education",{"href":922,"dataGaName":923,"dataGaLocation":768},"/solutions/education/","education",{"text":925,"config":926},"Financial services",{"href":927,"dataGaName":928,"dataGaLocation":768},"/solutions/finance/","financial services",{"title":480,"links":930},[931,933,935,937,940,942,945,947,949,951,953,955,957,959],{"text":493,"config":932},{"href":495,"dataGaName":496,"dataGaLocation":768},{"text":498,"config":934},{"href":500,"dataGaName":501,"dataGaLocation":768},{"text":503,"config":936},{"href":505,"dataGaName":506,"dataGaLocation":768},{"text":508,"config":938},{"href":510,"dataGaName":939,"dataGaLocation":768},"docs",{"text":531,"config":941},{"href":533,"dataGaName":534,"dataGaLocation":768},{"text":943,"config":944},"What's new",{"href":591,"dataGaName":592,"dataGaLocation":768},{"text":526,"config":946},{"href":528,"dataGaName":529,"dataGaLocation":768},{"text":545,"config":948},{"href":547,"dataGaName":548,"dataGaLocation":768},{"text":553,"config":950},{"href":555,"dataGaName":556,"dataGaLocation":768},{"text":558,"config":952},{"href":560,"dataGaName":561,"dataGaLocation":768},{"text":563,"config":954},{"href":565,"dataGaName":566,"dataGaLocation":768},{"text":568,"config":956},{"href":570,"dataGaName":571,"dataGaLocation":768},{"text":573,"config":958},{"href":575,"dataGaName":576,"dataGaLocation":768},{"text":578,"config":960},{"href":580,"dataGaName":581,"dataGaLocation":768},{"title":594,"links":962},[963,965,967,969,971,973,977,982,984,986,988],{"text":602,"config":964},{"href":604,"dataGaName":596,"dataGaLocation":768},{"text":607,"config":966},{"href":609,"dataGaName":610,"dataGaLocation":768},{"text":615,"config":968},{"href":617,"dataGaName":618,"dataGaLocation":768},{"text":620,"config":970},{"href":622,"dataGaName":623,"dataGaLocation":768},{"text":625,"config":972},{"href":627,"dataGaName":628,"dataGaLocation":768},{"text":974,"config":975},"Sustainability",{"href":976,"dataGaName":974,"dataGaLocation":768},"/sustainability/",{"text":978,"config":979},"Diversity, inclusion and belonging (DIB)",{"href":980,"dataGaName":981,"dataGaLocation":768},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":630,"config":983},{"href":632,"dataGaName":633,"dataGaLocation":768},{"text":640,"config":985},{"href":642,"dataGaName":643,"dataGaLocation":768},{"text":645,"config":987},{"href":647,"dataGaName":648,"dataGaLocation":768},{"text":989,"config":990},"Modern Slavery Transparency Statement",{"href":991,"dataGaName":992,"dataGaLocation":768},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":994},[995,998,1001],{"text":996,"config":997},"Terms",{"href":820,"dataGaName":821,"dataGaLocation":768},{"text":999,"config":1000},"Cookies",{"dataGaName":830,"dataGaLocation":768,"id":831,"isOneTrustButton":310},{"text":1002,"config":1003},"Privacy",{"href":825,"dataGaName":826,"dataGaLocation":768},[1005,1019],{"id":1006,"title":7,"body":306,"config":1007,"content":1009,"description":306,"extension":1013,"meta":1014,"navigation":310,"path":1015,"seo":1016,"stem":1017,"__hash__":1018},"blogAuthors/en-us/blog/authors/tsukasa-komatsubara.yml",{"template":1008},"BlogAuthor",{"name":7,"config":1010},{"headshot":1011,"ctfId":1012},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly","yml",{},"/en-us/blog/authors/tsukasa-komatsubara",{},"en-us/blog/authors/tsukasa-komatsubara","O5IhL3DQ7MAo8yzVzaeGvidF81OrGBrv7DgR3C9ySBc",{"id":1020,"title":8,"body":306,"config":1021,"content":1022,"description":306,"extension":1013,"meta":1026,"navigation":310,"path":1027,"seo":1028,"stem":1029,"__hash__":1030},"blogAuthors/en-us/blog/authors/regnard-raquedan.yml",{"template":1008},{"name":8,"config":1023},{"headshot":1024,"ctfId":1025},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{},"/en-us/blog/authors/regnard-raquedan",{},"en-us/blog/authors/regnard-raquedan","1JCF9gTeSA0OaLWrorCsz7_b5_2A2kagAMVhH8r4NcM",[1032,1038,1042],{"title":1033,"description":1034,"heroImage":1035,"category":302,"date":1036,"authors":306,"slug":306,"externalUrl":1037},"GitLab Patch Release: 19.2.2, 19.1.4, 19.0.6","Learn about this latest patch release for Community Edition and Enterprise Edition.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661926/Blog/Hero%20Images/security-patch-blog-image-r2-0506-700x400-fy25_2x.jpg","2026-08-12","https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-2-2-released/",{"title":1039,"description":1034,"heroImage":1035,"category":302,"date":1040,"authors":306,"slug":306,"externalUrl":1041}," GitLab Patch Release: 19.2.1, 19.1.3, 19.0.5","2026-07-29","https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-2-1-released/",{"title":1043,"description":1044,"heroImage":1045,"category":302,"date":1046,"authors":1047,"slug":1049,"externalUrl":306},"Automate work item assignment with a \"Work item created\" trigger","Our step-by-step guide walks through this AI capability, which enables instant, scalable triage without manual intervention.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-07-20",[1048],"Cesar Saavedra","how-to-use-a-work-item-created-trigger",{"promotions":1051},[1052,1066,1077,1089],{"id":1053,"categories":1054,"header":1056,"text":1057,"button":1058,"image":1063},"ai-modernization",[1055],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1059,"config":1060},"Get your AI maturity score",{"href":1061,"dataGaName":1062,"dataGaLocation":534},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1064},{"src":1065},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1067,"categories":1068,"header":1069,"text":1057,"button":1070,"image":1074},"devops-modernization",[302,869],"Are you just managing tools or shipping innovation?",{"text":1071,"config":1072},"Get your DevOps maturity score",{"href":1073,"dataGaName":1062,"dataGaLocation":534},"/assessments/devops-modernization-assessment/",{"config":1075},{"src":1076},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1078,"categories":1079,"header":1081,"text":1057,"button":1082,"image":1086},"security-modernization",[1080],"security","Are you trading speed for security?",{"text":1083,"config":1084},"Get your security maturity score",{"href":1085,"dataGaName":1062,"dataGaLocation":534},"/assessments/security-modernization-assessment/",{"config":1087},{"src":1088},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1090,"paths":1091,"header":1094,"text":1095,"button":1096,"image":1101},"github-azure-migration",[1092,1093],"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":1097,"config":1098},"See how GitLab compares to GitHub",{"href":1099,"dataGaName":1100,"dataGaLocation":534},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1102},{"src":1076},{"header":1104,"blurb":1105,"button":1106,"secondaryButton":1111},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1107,"config":1108},"Get your free trial",{"href":1109,"dataGaName":334,"dataGaLocation":1110},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":806,"config":1112},{"href":659,"dataGaName":339,"dataGaLocation":1110},1786803738649]