[{"data":1,"prerenderedAt":767},["ShallowReactive",2],{"/ja-jp/topics/version-control/what-is-gitlab-flow/":3,"navigation-ja-jp":115,"banner-ja-jp":529,"footer-ja-jp":542,"next-steps-ja-jp":752},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":109,"_type":110,"title":7,"_source":111,"_file":112,"_stem":113,"_extension":114},"/ja-jp/topics/version-control/what-is-gitlab-flow","version-control",false,"",{"title":9,"description":10},"GitLab Flowとは","コードレビューを行うとバグを特定するための体系的な評価が得られ、デベロッパーは最高品質のコードを作成できるようになります。",[12,26,32,78,107],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"Version control",{"href":23},"/ja-jp/topics/version-control/",{"title":25},"What is gitlab flow",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"GitLab Flowは、リリース、タグ付け、マージの負担を軽減し、開発を合理化します。",{"id":31,"twoColumns":6},"gitlab-flowとは",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":49},{"text":36,"data":37},"On this page",[38,41,45],{"text":9,"config":39},{"href":40},"#what-is-git-lab-flow",{"text":42,"config":43},"GitLab Flowの仕組み",{"href":44},"#how-does-git-lab-flow-work",{"text":46,"config":47},"GitLab Flowのメリット",{"href":48},"#what-are-the-benefits-of-git-lab-flow",[50,55,60,65,70],{"type":51,"componentName":51,"componentContent":52},"TopicsCopy",{"text":53,"config":54},"Gitはブランチとマージをよりシンプルなものにするため、ソフトウェア開発チームはSVNのような他のソース管理ツールから移行し、開発を簡素化するワークフローを採用するようになります。他の[バージョン管理](https://about.gitlab.com/topics/version-control/)システムからGitに移行する組織は、効果的なワークフローを特定するのに苦労するかもしれません。GitLab Flowは、Gitワークフローと問題追跡システムを統合することで、ソフトウェア開発にシームレスなアプローチを提供します。\n",{"id":7},{"type":51,"componentName":51,"componentContent":56},{"header":9,"text":57,"config":58},"GitLab Flowは[GitFlow]( https://about.gitlab.com/blog/what-is-gitlab-flow/)をさらにシンプルにしたもので、ユーザー機能駆動開発とフィーチャーブランチを問題追跡と組み合わせています。GitLab Flowでは、すべての機能と修正が`main`ブランチに移動し、`production`ブランチと`stable`ブランチが有効になります。GitLab Flowには、ソフトウェア開発チームがスムーズなプロセスに従って機能を共同でリリースできるようにするために、[ベストプラクティス](/topics/version-control/what-are-gitlab-flow-best-practices/)とガイドラインが含まれています。\n",{"id":59},"what-is-git-lab-flow",{"type":51,"componentName":51,"componentContent":61},{"header":42,"text":62,"config":63},"GitFlowでは`develop`ブランチを作成してデフォルトに設定する必要がある場合でも、GitLab Flowなら`main`ブランチをデフォルトとしてすぐに利用できます。GitLab Flowにはmainブランチに変更をマージする前にバグを修正するための、本番前のブランチがあります。必要に応じていくつでも本番前ブランチを追加することができます。たとえば、`main`から`test`へ、`test`から`acceptance`へ、`acceptance`から`production`へ、といった具合です。\n\n基本的に、チームはフィーチャーブランチを実践し、同時に別の本番ブランチも維持します。`main`ブランチをデプロイする準備ができたら、ユーザーはそれを本番ブランチにマージしてリリースします。GitLab Flowはリリースブランチでよく使用されます。パブリックAPIを必要とするチームは、異なるバージョンの維持が必要となることがあります。GitLab Flowを使うことで、チームは個別に管理可能な`v1`ブランチと`v2`ブランチを作ることができます。これは、[コードレビュー](/topics/version-control/what-is-code-review/)の最中に、チームが`v1`にさかのぼるバグを発見した場合に役立ちます。\n",{"id":64},"how-does-git-lab-flow-work",{"type":51,"componentName":51,"componentContent":66},{"header":46,"text":67,"config":68},"GitLab Flowは、シンプルで透明性が高く、効果的なGitの操作方法を提供します。[GitLab Flow](https://about.gitlab.com/blog/gitlab-flow-duo/)を使うことで、デベロッパーは異なる環境で複数のバージョンのソフトウェアを共同開発し、管理できるようになります。GitLab Flowは、他のタイプのGit[ワークフロー](https://git-scm.com/)で発生する一般的な課題である、リリースやタグ付け、マージの負担を軽減し、より簡単にコードをデプロイできるようにします。コミットはダウンストリームにフローするため、すべての環境でコードが一行ずつテストされます。GitLab Flowはあらゆる規模のチームで使用でき、さまざまなニーズや課題に適応する柔軟性を備えています。\n",{"id":69},"what-are-the-benefits-of-git-lab-flow",{"type":71,"componentName":71,"componentContent":72},"TopicsCallToAction",{"subtitle":73,"primaryButton":74},"GitLabでコードレビュープロセスを効率化する方法を学ぶ",{"text":75,"config":76},"詳細はこちら",{"href":77},"/ja-jp/solutions/source-code-management/",{"type":79,"componentName":79,"componentContent":80},"CommonResourcesContainer",{"header":81,"tabs":82},"Gitとバージョン管理について詳しく学びましょう。",[83],{"name":84,"items":85,"config":106},"resources",[86,96],{"header":87,"type":88,"image":89,"link":92},"GitLabでより迅速なデリバリーを実現する方法を学ぶ","ウェブキャスト",{"altText":87,"config":90},{"src":91},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":75,"config":93},{"href":94,"icon":95,"modal":6},"/webcast/collaboration-without-boundaries/","Webcast",{"header":97,"type":98,"image":99,"link":102},"Gitブランチ戦略eBookをダウンロードしてワークフローをシンプルに","書籍",{"altText":97,"config":100},{"src":101},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":75,"config":103},{"href":104,"icon":105,"modal":6},"/resources/ebook-git-branching-strategies/","Book",{"key":84},{"type":108,"componentName":108},"CommonNextSteps","content:ja-jp:topics:version-control:what-is-gitlab-flow:index.yml","yaml","content","ja-jp/topics/version-control/what-is-gitlab-flow/index.yml","ja-jp/topics/version-control/what-is-gitlab-flow/index","yml",{"_path":116,"_dir":117,"_draft":6,"_partial":6,"_locale":7,"data":118,"_id":525,"_type":110,"title":526,"_source":111,"_file":527,"_stem":528,"_extension":114},"/shared/ja-jp/main-navigation","ja-jp",{"logo":119,"freeTrial":124,"sales":129,"login":134,"items":139,"search":469,"minimal":503,"duo":516},{"config":120},{"href":121,"dataGaName":122,"dataGaLocation":123},"/ja-jp/","gitlab logo","header",{"text":125,"config":126},"無料トライアルを開始",{"href":127,"dataGaName":128,"dataGaLocation":123},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":130,"config":131},"お問い合わせ",{"href":132,"dataGaName":133,"dataGaLocation":123},"/ja-jp/sales/","sales",{"text":135,"config":136},"サインイン",{"href":137,"dataGaName":138,"dataGaLocation":123},"https://gitlab.com/users/sign_in/","sign in",[140,183,281,286,391,451],{"text":141,"config":142,"cards":144,"footer":166},"プラットフォーム",{"dataNavLevelOne":143},"platform",[145,151,159],{"title":141,"description":146,"link":147},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":148,"config":149},"プラットフォームを詳しく見る",{"href":150,"dataGaName":143,"dataGaLocation":123},"/ja-jp/platform/",{"title":152,"description":153,"link":154},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":155,"config":156},"GitLab Duoのご紹介",{"href":157,"dataGaName":158,"dataGaLocation":123},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":160,"description":161,"link":162},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":75,"config":163},{"href":164,"dataGaName":165,"dataGaLocation":123},"/ja-jp/why-gitlab/","why gitlab",{"title":167,"items":168},"利用を開始：",[169,174,179],{"text":170,"config":171},"プラットフォームエンジニアリング",{"href":172,"dataGaName":173,"dataGaLocation":123},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":175,"config":176},"開発者の経験",{"href":177,"dataGaName":178,"dataGaLocation":123},"/ja-jp/developer-experience/","Developer experience",{"text":180,"config":181},"MLOps",{"href":182,"dataGaName":180,"dataGaLocation":123},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":184,"left":185,"config":186,"link":188,"lists":192,"footer":263},"製品",true,{"dataNavLevelOne":187},"solutions",{"text":189,"config":190},"すべてのソリューションを表示",{"href":191,"dataGaName":187,"dataGaLocation":123},"/ja-jp/solutions/",[193,218,241],{"title":194,"description":195,"link":196,"items":201},"自動化","CI/CDと自動化でデプロイを加速",{"config":197},{"icon":198,"href":199,"dataGaName":200,"dataGaLocation":123},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[202,206,210,214],{"text":203,"config":204},"CI/CD",{"href":205,"dataGaLocation":123,"dataGaName":203},"/ja-jp/solutions/continuous-integration/",{"text":207,"config":208},"AIアシストによる開発",{"href":157,"dataGaLocation":123,"dataGaName":209},"AI assisted development",{"text":211,"config":212},"ソースコード管理",{"href":77,"dataGaLocation":123,"dataGaName":213},"Source Code Management",{"text":215,"config":216},"自動化されたソフトウェアデリバリー",{"href":199,"dataGaLocation":123,"dataGaName":217},"Automated software delivery",{"title":219,"description":220,"link":221,"items":226},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":222},{"href":223,"dataGaName":224,"dataGaLocation":123,"icon":225},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[227,232,237],{"text":228,"config":229},"Application Security Testing",{"href":230,"dataGaName":231,"dataGaLocation":123},"/solutions/application-security-testing/","Application security testing",{"text":233,"config":234},"ソフトウェアサプライチェーンの安全性",{"href":235,"dataGaLocation":123,"dataGaName":236},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":238,"config":239},"Software Compliance",{"href":240,"dataGaName":238,"dataGaLocation":123},"/solutions/software-compliance/",{"title":242,"link":243,"items":248},"測定",{"config":244},{"icon":245,"href":246,"dataGaName":247,"dataGaLocation":123},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[249,253,258],{"text":250,"config":251},"可視性と測定",{"href":246,"dataGaLocation":123,"dataGaName":252},"Visibility and Measurement",{"text":254,"config":255},"バリューストリーム管理",{"href":256,"dataGaLocation":123,"dataGaName":257},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":259,"config":260},"分析とインサイト",{"href":261,"dataGaLocation":123,"dataGaName":262},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":264,"items":265},"GitLabが活躍する場所",[266,271,276],{"text":267,"config":268},"Enterprise",{"href":269,"dataGaLocation":123,"dataGaName":270},"/ja-jp/enterprise/","enterprise",{"text":272,"config":273},"スモールビジネス",{"href":274,"dataGaLocation":123,"dataGaName":275},"/ja-jp/small-business/","small business",{"text":277,"config":278},"公共機関",{"href":279,"dataGaLocation":123,"dataGaName":280},"/ja-jp/solutions/public-sector/","public sector",{"text":282,"config":283},"価格",{"href":284,"dataGaName":285,"dataGaLocation":123,"dataNavLevelOne":285},"/ja-jp/pricing/","pricing",{"text":287,"config":288,"link":289,"lists":293,"feature":378},"関連リソース",{"dataNavLevelOne":84},{"text":290,"config":291},"すべてのリソースを表示",{"href":292,"dataGaName":84,"dataGaLocation":123},"/ja-jp/resources/",[294,327,350],{"title":295,"items":296},"はじめに",[297,302,307,312,317,322],{"text":298,"config":299},"インストール",{"href":300,"dataGaName":301,"dataGaLocation":123},"/ja-jp/install/","install",{"text":303,"config":304},"クイックスタートガイド",{"href":305,"dataGaName":306,"dataGaLocation":123},"/ja-jp/get-started/","quick setup checklists",{"text":308,"config":309},"学ぶ",{"href":310,"dataGaLocation":123,"dataGaName":311},"https://university.gitlab.com/","learn",{"text":313,"config":314},"製品ドキュメント",{"href":315,"dataGaName":316,"dataGaLocation":123},"https://docs.gitlab.com/","product documentation",{"text":318,"config":319},"ベストプラクティスビデオ",{"href":320,"dataGaName":321,"dataGaLocation":123},"/ja-jp/getting-started-videos/","best practice videos",{"text":323,"config":324},"インテグレーション",{"href":325,"dataGaName":326,"dataGaLocation":123},"/ja-jp/integrations/","integrations",{"title":328,"items":329},"検索する",[330,335,340,345],{"text":331,"config":332},"お客様成功事例",{"href":333,"dataGaName":334,"dataGaLocation":123},"/ja-jp/customers/","customer success stories",{"text":336,"config":337},"ブログ",{"href":338,"dataGaName":339,"dataGaLocation":123},"/ja-jp/blog/","blog",{"text":341,"config":342},"リモート",{"href":343,"dataGaName":344,"dataGaLocation":123},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":346,"config":347},"TeamOps",{"href":348,"dataGaName":349,"dataGaLocation":123},"/ja-jp/teamops/","teamops",{"title":351,"items":352},"つなげる",[353,358,363,368,373],{"text":354,"config":355},"GitLabサービス",{"href":356,"dataGaName":357,"dataGaLocation":123},"/ja-jp/services/","services",{"text":359,"config":360},"コミュニティ",{"href":361,"dataGaName":362,"dataGaLocation":123},"/community/","community",{"text":364,"config":365},"フォーラム",{"href":366,"dataGaName":367,"dataGaLocation":123},"https://forum.gitlab.com/","forum",{"text":369,"config":370},"イベント",{"href":371,"dataGaName":372,"dataGaLocation":123},"/events/","events",{"text":374,"config":375},"パートナー",{"href":376,"dataGaName":377,"dataGaLocation":123},"/ja-jp/partners/","partners",{"backgroundColor":379,"textColor":380,"text":381,"image":382,"link":386},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":383,"config":384},"ソースプロモカード",{"src":385},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":387,"config":388},"最新情報を読む",{"href":389,"dataGaName":390,"dataGaLocation":123},"/ja-jp/the-source/","the source",{"text":392,"config":393,"lists":395},"Company",{"dataNavLevelOne":394},"company",[396],{"items":397},[398,403,409,411,416,421,426,431,436,441,446],{"text":399,"config":400},"GitLabについて",{"href":401,"dataGaName":402,"dataGaLocation":123},"/ja-jp/company/","about",{"text":404,"config":405,"footerGa":408},"採用情報",{"href":406,"dataGaName":407,"dataGaLocation":123},"/jobs/","jobs",{"dataGaName":407},{"text":369,"config":410},{"href":371,"dataGaName":372,"dataGaLocation":123},{"text":412,"config":413},"経営陣",{"href":414,"dataGaName":415,"dataGaLocation":123},"/company/team/e-group/","leadership",{"text":417,"config":418},"チーム",{"href":419,"dataGaName":420,"dataGaLocation":123},"/company/team/","team",{"text":422,"config":423},"ハンドブック",{"href":424,"dataGaName":425,"dataGaLocation":123},"https://handbook.gitlab.com/","handbook",{"text":427,"config":428},"投資家向け情報",{"href":429,"dataGaName":430,"dataGaLocation":123},"https://ir.gitlab.com/","investor relations",{"text":432,"config":433},"トラストセンター",{"href":434,"dataGaName":435,"dataGaLocation":123},"/ja-jp/security/","trust center",{"text":437,"config":438},"AI Transparency Center",{"href":439,"dataGaName":440,"dataGaLocation":123},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":442,"config":443},"ニュースレター",{"href":444,"dataGaName":445,"dataGaLocation":123},"/company/contact/","newsletter",{"text":447,"config":448},"プレス",{"href":449,"dataGaName":450,"dataGaLocation":123},"/press/","press",{"text":130,"config":452,"lists":453},{"dataNavLevelOne":394},[454],{"items":455},[456,459,464],{"text":130,"config":457},{"href":132,"dataGaName":458,"dataGaLocation":123},"talk to sales",{"text":460,"config":461},"サポートを受ける",{"href":462,"dataGaName":463,"dataGaLocation":123},"/support/","get help",{"text":465,"config":466},"カスタマーポータル",{"href":467,"dataGaName":468,"dataGaLocation":123},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":470,"login":471,"suggestions":478},"閉じる",{"text":472,"link":473},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":474,"config":475},"GitLab.com",{"href":137,"dataGaName":476,"dataGaLocation":477},"search login","search",{"text":479,"default":480},"提案",[481,484,489,491,495,499],{"text":152,"config":482},{"href":157,"dataGaName":483,"dataGaLocation":477},"GitLab Duo (AI)",{"text":485,"config":486},"コード提案（AI）",{"href":487,"dataGaName":488,"dataGaLocation":477},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":203,"config":490},{"href":205,"dataGaName":203,"dataGaLocation":477},{"text":492,"config":493},"GitLab on AWS",{"href":494,"dataGaName":492,"dataGaLocation":477},"/ja-jp/partners/technology-partners/aws/",{"text":496,"config":497},"GitLab on Google Cloud",{"href":498,"dataGaName":496,"dataGaLocation":477},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":500,"config":501},"GitLabを選ぶ理由",{"href":164,"dataGaName":502,"dataGaLocation":477},"Why GitLab?",{"freeTrial":504,"mobileIcon":508,"desktopIcon":513},{"text":125,"config":505},{"href":506,"dataGaName":128,"dataGaLocation":507},"https://gitlab.com/-/trials/new/","nav",{"altText":509,"config":510},"GitLabアイコン",{"src":511,"dataGaName":512,"dataGaLocation":507},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":509,"config":514},{"src":515,"dataGaName":512,"dataGaLocation":507},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":517,"mobileIcon":521,"desktopIcon":523},{"text":518,"config":519},"GitLab Duoの詳細について",{"href":157,"dataGaName":520,"dataGaLocation":507},"gitlab duo",{"altText":509,"config":522},{"src":511,"dataGaName":512,"dataGaLocation":507},{"altText":509,"config":524},{"src":515,"dataGaName":512,"dataGaLocation":507},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":530,"_dir":117,"_draft":6,"_partial":6,"_locale":7,"title":531,"button":532,"config":537,"_id":539,"_type":110,"_source":111,"_file":540,"_stem":541,"_extension":114},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":533,"config":534},"ベータ版を試す",{"href":535,"dataGaName":536,"dataGaLocation":123},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":538},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":543,"_dir":117,"_draft":6,"_partial":6,"_locale":7,"data":544,"_id":748,"_type":110,"title":749,"_source":111,"_file":750,"_stem":751,"_extension":114},"/shared/ja-jp/main-footer",{"text":545,"source":546,"edit":552,"contribute":557,"config":562,"items":567,"minimal":740},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":547,"config":548},"ページのソースを表示",{"href":549,"dataGaName":550,"dataGaLocation":551},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":553,"config":554},"このページを編集",{"href":555,"dataGaName":556,"dataGaLocation":551},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":558,"config":559},"ご協力をお願いします",{"href":560,"dataGaName":561,"dataGaLocation":551},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":563,"facebook":564,"youtube":565,"linkedin":566},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[568,591,645,678,712],{"title":141,"links":569,"subMenu":574},[570],{"text":571,"config":572},"DevSecOpsプラットフォーム",{"href":150,"dataGaName":573,"dataGaLocation":551},"devsecops platform",[575],{"title":282,"links":576},[577,581,586],{"text":578,"config":579},"プランの表示",{"href":284,"dataGaName":580,"dataGaLocation":551},"view plans",{"text":582,"config":583},"Premiumを選ぶ理由",{"href":584,"dataGaName":585,"dataGaLocation":551},"/ja-jp/pricing/premium/","why premium",{"text":587,"config":588},"Ultimateを選ぶ理由",{"href":589,"dataGaName":590,"dataGaLocation":551},"/ja-jp/pricing/ultimate/","why ultimate",{"title":592,"links":593},"ソリューション",[594,599,602,604,609,614,618,621,624,629,631,633,635,640],{"text":595,"config":596},"デジタルトランスフォーメーション",{"href":597,"dataGaName":598,"dataGaLocation":551},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":600,"config":601},"セキュリティとコンプライアンス",{"href":230,"dataGaName":231,"dataGaLocation":551},{"text":215,"config":603},{"href":199,"dataGaName":200,"dataGaLocation":551},{"text":605,"config":606},"アジャイル開発",{"href":607,"dataGaName":608,"dataGaLocation":551},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":610,"config":611},"クラウドトランスフォーメーション",{"href":612,"dataGaName":613,"dataGaLocation":551},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":615,"config":616},"SCM",{"href":77,"dataGaName":617,"dataGaLocation":551},"source code management",{"text":203,"config":619},{"href":205,"dataGaName":620,"dataGaLocation":551},"continuous integration & delivery",{"text":254,"config":622},{"href":256,"dataGaName":623,"dataGaLocation":551},"value stream management",{"text":625,"config":626},"GitOps",{"href":627,"dataGaName":628,"dataGaLocation":551},"/ja-jp/solutions/gitops/","gitops",{"text":267,"config":630},{"href":269,"dataGaName":270,"dataGaLocation":551},{"text":272,"config":632},{"href":274,"dataGaName":275,"dataGaLocation":551},{"text":277,"config":634},{"href":279,"dataGaName":280,"dataGaLocation":551},{"text":636,"config":637},"教育",{"href":638,"dataGaName":639,"dataGaLocation":551},"/ja-jp/solutions/education/","education",{"text":641,"config":642},"金融サービス",{"href":643,"dataGaName":644,"dataGaLocation":551},"/ja-jp/solutions/finance/","financial services",{"title":287,"links":646},[647,649,651,653,656,658,662,664,666,668,670,672,674,676],{"text":298,"config":648},{"href":300,"dataGaName":301,"dataGaLocation":551},{"text":303,"config":650},{"href":305,"dataGaName":306,"dataGaLocation":551},{"text":308,"config":652},{"href":310,"dataGaName":311,"dataGaLocation":551},{"text":313,"config":654},{"href":315,"dataGaName":655,"dataGaLocation":551},"docs",{"text":336,"config":657},{"href":338,"dataGaName":339},{"text":659,"config":660},"お客様の成功事例",{"href":661,"dataGaLocation":551},"/customers/",{"text":331,"config":663},{"href":333,"dataGaName":334,"dataGaLocation":551},{"text":341,"config":665},{"href":343,"dataGaName":344,"dataGaLocation":551},{"text":354,"config":667},{"href":356,"dataGaName":357,"dataGaLocation":551},{"text":346,"config":669},{"href":348,"dataGaName":349,"dataGaLocation":551},{"text":359,"config":671},{"href":361,"dataGaName":362,"dataGaLocation":551},{"text":364,"config":673},{"href":366,"dataGaName":367,"dataGaLocation":551},{"text":369,"config":675},{"href":371,"dataGaName":372,"dataGaLocation":551},{"text":374,"config":677},{"href":376,"dataGaName":377,"dataGaLocation":551},{"title":392,"links":679},[680,682,684,686,688,690,692,696,701,703,705,707],{"text":399,"config":681},{"href":401,"dataGaName":394,"dataGaLocation":551},{"text":404,"config":683},{"href":406,"dataGaName":407,"dataGaLocation":551},{"text":412,"config":685},{"href":414,"dataGaName":415,"dataGaLocation":551},{"text":417,"config":687},{"href":419,"dataGaName":420,"dataGaLocation":551},{"text":422,"config":689},{"href":424,"dataGaName":425,"dataGaLocation":551},{"text":427,"config":691},{"href":429,"dataGaName":430,"dataGaLocation":551},{"text":693,"config":694},"Sustainability",{"href":695,"dataGaName":693,"dataGaLocation":551},"/sustainability/",{"text":697,"config":698},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":699,"dataGaName":700,"dataGaLocation":551},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":432,"config":702},{"href":434,"dataGaName":435,"dataGaLocation":551},{"text":442,"config":704},{"href":444,"dataGaName":445,"dataGaLocation":551},{"text":447,"config":706},{"href":449,"dataGaName":450,"dataGaLocation":551},{"text":708,"config":709},"現代奴隷制の透明性に関する声明",{"href":710,"dataGaName":711,"dataGaLocation":551},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":130,"links":713},[714,716,718,720,725,730,735],{"text":130,"config":715},{"href":132,"dataGaName":133,"dataGaLocation":551},{"text":460,"config":717},{"href":462,"dataGaName":463,"dataGaLocation":551},{"text":465,"config":719},{"href":467,"dataGaName":468,"dataGaLocation":551},{"text":721,"config":722},"ステータス",{"href":723,"dataGaName":724,"dataGaLocation":551},"https://status.gitlab.com/","status",{"text":726,"config":727},"利用規約",{"href":728,"dataGaName":729,"dataGaLocation":551},"/terms/","terms of use",{"text":731,"config":732},"プライバシーに関する声明",{"href":733,"dataGaName":734,"dataGaLocation":551},"/ja-jp/privacy/","privacy statement",{"text":736,"config":737},"Cookieの設定",{"dataGaName":738,"dataGaLocation":551,"id":739,"isOneTrustButton":185},"cookie preferences","ot-sdk-btn",{"items":741},[742,744,746],{"text":726,"config":743},{"href":728,"dataGaName":729,"dataGaLocation":551},{"text":731,"config":745},{"href":733,"dataGaName":734,"dataGaLocation":551},{"text":736,"config":747},{"dataGaName":738,"dataGaLocation":551,"id":739,"isOneTrustButton":185},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":753,"_dir":117,"_draft":6,"_partial":6,"_locale":7,"header":754,"eyebrow":755,"blurb":756,"button":757,"secondaryButton":761,"_id":763,"_type":110,"title":764,"_source":111,"_file":765,"_stem":766,"_extension":114},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":125,"config":758},{"href":759,"dataGaName":128,"dataGaLocation":760},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":130,"config":762},{"href":132,"dataGaName":133,"dataGaLocation":760},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1758326270023]