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