[{"data":1,"prerenderedAt":802},["ShallowReactive",2],{"/ja-jp/topics/version-control/benefits-distributed-version-control-system":3,"navigation-ja-jp":117,"banner-ja-jp":544,"footer-ja-jp":552,"next-steps-ja-jp":793},{"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},"/ja-jp/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},"/events/","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","6D-HXJuDo5suvjeKykvRup2CPqECUsUFdY7sIWP5m5U",{"logo":118,"freeTrial":123,"sales":128,"login":133,"items":138,"search":464,"minimal":497,"duo":514,"switchNav":523,"pricingDeployment":534},{"config":119},{"href":120,"dataGaName":121,"dataGaLocation":122},"/ja-jp/","gitlab logo","header",{"text":124,"config":125},"無料トライアルを開始",{"href":126,"dataGaName":127,"dataGaLocation":122},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":129,"config":130},"デモをリクエスト",{"href":131,"dataGaName":132,"dataGaLocation":122},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":134,"config":135},"サインイン",{"href":136,"dataGaName":137,"dataGaLocation":122},"https://gitlab.com/users/sign_in/","sign in",[139,167,268,273,386,442],{"text":140,"config":141,"menu":143},"プラットフォーム",{"dataNavLevelOne":142},"platform",{"type":144,"columns":145},"cards",[146,152,160],{"title":140,"description":147,"link":148},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":149,"config":150},"プラットフォームの詳細はこちら",{"href":151,"dataGaName":142,"dataGaLocation":122},"/ja-jp/platform/",{"title":153,"description":154,"link":155},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":156,"config":157},"GitLab Duoのご紹介",{"href":158,"dataGaName":159,"dataGaLocation":122},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":161,"description":162,"link":163},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":93,"config":164},{"href":165,"dataGaName":166,"dataGaLocation":122},"/ja-jp/why-gitlab/","why gitlab",{"text":168,"left":111,"config":169,"menu":171},"製品",{"dataNavLevelOne":170},"solutions",{"type":172,"link":173,"columns":177,"feature":247},"lists",{"text":174,"config":175},"すべてのソリューションを表示",{"href":176,"dataGaName":170,"dataGaLocation":122},"/ja-jp/solutions/",[178,202,225],{"title":179,"description":180,"link":181,"items":186},"自動化","CI/CDと自動化でデプロイを加速",{"config":182},{"icon":183,"href":184,"dataGaName":185,"dataGaLocation":122},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[187,191,194,198],{"text":188,"config":189},"CI/CD",{"href":190,"dataGaLocation":122,"dataGaName":188},"/ja-jp/solutions/continuous-integration/",{"text":153,"config":192},{"href":158,"dataGaLocation":122,"dataGaName":193},"gitlab duo agent platform - product menu",{"text":195,"config":196},"ソースコード管理",{"href":95,"dataGaLocation":122,"dataGaName":197},"Source Code Management",{"text":199,"config":200},"自動化されたソフトウェアデリバリー",{"href":184,"dataGaLocation":122,"dataGaName":201},"Automated software delivery",{"title":203,"description":204,"link":205,"items":210},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":206},{"href":207,"dataGaName":208,"dataGaLocation":122,"icon":209},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[211,215,220],{"text":212,"config":213},"アプリケーションセキュリティテスト",{"href":207,"dataGaName":214,"dataGaLocation":122},"Application security testing",{"text":216,"config":217},"ソフトウェアサプライチェーンセキュリティ",{"href":218,"dataGaLocation":122,"dataGaName":219},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":221,"config":222},"ソフトウェアコンプライアンス",{"href":223,"dataGaName":224,"dataGaLocation":122},"/ja-jp/solutions/software-compliance/","software compliance",{"title":226,"link":227,"items":232},"測定",{"config":228},{"icon":229,"href":230,"dataGaName":231,"dataGaLocation":122},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[233,237,242],{"text":234,"config":235},"可視性と測定",{"href":230,"dataGaLocation":122,"dataGaName":236},"Visibility and Measurement",{"text":238,"config":239},"バリューストリーム管理",{"href":240,"dataGaLocation":122,"dataGaName":241},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":243,"config":244},"分析とインサイト",{"href":245,"dataGaLocation":122,"dataGaName":246},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":248,"type":172,"items":249},"GitLabが活躍する場所",[250,256,262],{"text":251,"config":252},"大企業",{"icon":253,"href":254,"dataGaLocation":122,"dataGaName":255},"Building","/ja-jp/enterprise/","enterprise",{"text":257,"config":258},"スモールビジネス",{"icon":259,"href":260,"dataGaLocation":122,"dataGaName":261},"Work","/ja-jp/small-business/","small business",{"text":263,"config":264},"公共部門",{"icon":265,"href":266,"dataGaLocation":122,"dataGaName":267},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":269,"config":270},"価格",{"href":271,"dataGaName":272,"dataGaLocation":122,"dataNavLevelOne":272},"/ja-jp/pricing/","pricing",{"text":274,"config":275,"menu":277},"関連リソース",{"dataNavLevelOne":276},"resources",{"type":172,"link":278,"columns":282,"feature":375},{"text":279,"config":280},"すべてのリソースを表示",{"href":281,"dataGaName":276,"dataGaLocation":122},"/ja-jp/resources/",[283,316,343],{"title":284,"items":285},"はじめに",[286,291,296,301,306,311],{"text":287,"config":288},"インストール",{"href":289,"dataGaName":290,"dataGaLocation":122},"/ja-jp/install/","install",{"text":292,"config":293},"クイックスタートガイド",{"href":294,"dataGaName":295,"dataGaLocation":122},"/ja-jp/get-started/","quick setup checklists",{"text":297,"config":298},"学ぶ",{"href":299,"dataGaLocation":122,"dataGaName":300},"https://university.gitlab.com/","learn",{"text":302,"config":303},"製品ドキュメント",{"href":304,"dataGaName":305,"dataGaLocation":122},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":307,"config":308},"ベストプラクティスビデオ",{"href":309,"dataGaName":310,"dataGaLocation":122},"/ja-jp/getting-started-videos/","best practice videos",{"text":312,"config":313},"インテグレーション",{"href":314,"dataGaName":315,"dataGaLocation":122},"/ja-jp/integrations/","integrations",{"title":317,"items":318},"検索する",[319,324,329,334,338],{"text":320,"config":321},"お客様成功事例",{"href":322,"dataGaName":323,"dataGaLocation":122},"/ja-jp/customers/","customer success stories",{"text":325,"config":326},"ブログ",{"href":327,"dataGaName":328,"dataGaLocation":122},"/ja-jp/blog/","blog",{"text":330,"config":331},"Demo Hub",{"href":332,"dataGaName":333,"dataGaLocation":122},"/ja-jp/demo-hub/","demo hub",{"text":335,"config":336},"The Source",{"href":337,"dataGaName":328,"dataGaLocation":122},"/ja-jp/the-source/",{"text":339,"config":340},"リモート",{"href":341,"dataGaName":342,"dataGaLocation":122},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":344,"items":345},"つなげる",[346,351,356,361,366,370],{"text":347,"config":348},"GitLabサービス",{"href":349,"dataGaName":350,"dataGaLocation":122},"/ja-jp/services/","services",{"text":352,"config":353},"コントリビュート",{"href":354,"dataGaName":355,"dataGaLocation":122},"https://contributors.gitlab.com","contribute",{"text":357,"config":358},"コミュニティ",{"href":359,"dataGaName":360,"dataGaLocation":122},"/community/","community",{"text":362,"config":363},"フォーラム",{"href":364,"dataGaName":365,"dataGaLocation":122},"https://forum.gitlab.com/","forum",{"text":367,"config":368},"イベント",{"href":80,"dataGaName":369,"dataGaLocation":122},"events",{"text":371,"config":372},"パートナー",{"href":373,"dataGaName":374,"dataGaLocation":122},"/ja-jp/partners/","partners",{"config":376,"title":379,"text":380,"link":381},{"background":377,"textColor":378},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":382,"config":383},"最新情報を読む",{"href":384,"dataGaName":385,"dataGaLocation":122},"/ja-jp/whats-new/","whats new",{"text":387,"config":388,"menu":390},"企業情報",{"dataNavLevelOne":389},"company",{"type":172,"columns":391},[392],{"items":393},[394,399,405,407,412,417,422,427,432,437],{"text":395,"config":396},"GitLabについて",{"href":397,"dataGaName":398,"dataGaLocation":122},"/ja-jp/company/","about",{"text":400,"config":401,"footerGa":404},"採用情報",{"href":402,"dataGaName":403,"dataGaLocation":122},"/jobs/","jobs",{"dataGaName":403},{"text":367,"config":406},{"href":80,"dataGaName":369,"dataGaLocation":122},{"text":408,"config":409},"経営陣",{"href":410,"dataGaName":411,"dataGaLocation":122},"/company/team/e-group/","leadership",{"text":413,"config":414},"ハンドブック",{"href":415,"dataGaName":416,"dataGaLocation":122},"https://handbook.gitlab.com/","handbook",{"text":418,"config":419},"投資家向け情報",{"href":420,"dataGaName":421,"dataGaLocation":122},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":423,"config":424},"トラストセンター",{"href":425,"dataGaName":426,"dataGaLocation":122},"/ja-jp/security/","trust center",{"text":428,"config":429},"AI Transparency Center",{"href":430,"dataGaName":431,"dataGaLocation":122},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":433,"config":434},"ニュースレター",{"href":435,"dataGaName":436,"dataGaLocation":122},"/company/contact/#contact-forms","newsletter",{"text":438,"config":439},"プレス",{"href":440,"dataGaName":441,"dataGaLocation":122},"/press/","press",{"text":443,"config":444,"menu":445},"お問い合わせ",{"dataNavLevelOne":389},{"type":172,"columns":446},[447],{"items":448},[449,454,459],{"text":450,"config":451},"お問い合わせはこちら",{"href":452,"dataGaName":453,"dataGaLocation":122},"/ja-jp/sales/","talk to sales",{"text":455,"config":456},"サポートを受ける",{"href":457,"dataGaName":458,"dataGaLocation":122},"https://support.gitlab.com/hc/en-us","support portal",{"text":460,"config":461},"カスタマーポータル",{"href":462,"dataGaName":463,"dataGaLocation":122},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":465,"login":466,"suggestions":473},"閉じる",{"text":467,"link":468},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":469,"config":470},"GitLab.com",{"href":136,"dataGaName":471,"dataGaLocation":472},"search login","search",{"text":474,"default":475},"提案",[476,478,483,485,489,493],{"text":153,"config":477},{"href":158,"dataGaName":153,"dataGaLocation":472},{"text":479,"config":480},"コード提案（AI）",{"href":481,"dataGaName":482,"dataGaLocation":472},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":188,"config":484},{"href":190,"dataGaName":188,"dataGaLocation":472},{"text":486,"config":487},"GitLab on AWS",{"href":488,"dataGaName":486,"dataGaLocation":472},"/ja-jp/partners/technology-partners/aws/",{"text":490,"config":491},"GitLab on Google Cloud",{"href":492,"dataGaName":490,"dataGaLocation":472},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":494,"config":495},"GitLabを選ぶ理由",{"href":165,"dataGaName":496,"dataGaLocation":472},"Why GitLab?",{"freeTrial":498,"mobileIcon":502,"desktopIcon":507,"secondaryButton":510},{"text":124,"config":499},{"href":500,"dataGaName":127,"dataGaLocation":501},"https://gitlab.com/-/trials/new/","nav",{"altText":503,"config":504},"GitLabアイコン",{"src":505,"dataGaName":506,"dataGaLocation":501},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":503,"config":508},{"src":509,"dataGaName":506,"dataGaLocation":501},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":284,"config":511},{"href":512,"dataGaName":513,"dataGaLocation":501},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":515,"mobileIcon":519,"desktopIcon":521},{"text":516,"config":517},"GitLab Duoの詳細について",{"href":158,"dataGaName":518,"dataGaLocation":501},"gitlab duo",{"altText":503,"config":520},{"src":505,"dataGaName":506,"dataGaLocation":501},{"altText":503,"config":522},{"src":509,"dataGaName":506,"dataGaLocation":501},{"button":524,"mobileIcon":529,"desktopIcon":531},{"text":525,"config":526},"/switch",{"href":527,"dataGaName":528,"dataGaLocation":501},"#contact","switch",{"altText":503,"config":530},{"src":505,"dataGaName":506,"dataGaLocation":501},{"altText":503,"config":532},{"src":533,"dataGaName":506,"dataGaLocation":501},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":535,"mobileIcon":540,"desktopIcon":542},{"text":536,"config":537},"料金ページに戻る",{"href":271,"dataGaName":538,"dataGaLocation":501,"icon":539},"back to pricing","GoBack",{"altText":503,"config":541},{"src":505,"dataGaName":506,"dataGaLocation":501},{"altText":503,"config":543},{"src":509,"dataGaName":506,"dataGaLocation":501},{"title":545,"button":546,"config":550},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":93,"config":547},{"href":548,"dataGaName":549,"dataGaLocation":122},"/ja-jp/gitlab-orbit/","orbit",{"layout":551,"disabled":28},"release",{"data":553},{"text":554,"source":555,"edit":561,"contribute":566,"config":571,"items":576,"minimal":784},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":556,"config":557},"ページのソースを表示",{"href":558,"dataGaName":559,"dataGaLocation":560},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":562,"config":563},"このページを編集",{"href":564,"dataGaName":565,"dataGaLocation":560},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":567,"config":568},"ご協力をお願いします",{"href":569,"dataGaName":570,"dataGaLocation":560},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":572,"facebook":573,"youtube":574,"linkedin":575},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[577,622,674,717,751],{"title":269,"links":578,"subMenu":593},[579,583,588],{"text":580,"config":581},"プランの表示",{"href":271,"dataGaName":582,"dataGaLocation":560},"view plans",{"text":584,"config":585},"Premiumを選ぶ理由",{"href":586,"dataGaName":587,"dataGaLocation":560},"/ja-jp/pricing/premium/","why premium",{"text":589,"config":590},"Ultimateを選ぶ理由",{"href":591,"dataGaName":592,"dataGaLocation":560},"/ja-jp/pricing/ultimate/","why ultimate",[594],{"title":443,"links":595},[596,598,600,602,607,612,617],{"text":443,"config":597},{"href":452,"dataGaName":132,"dataGaLocation":560},{"text":455,"config":599},{"href":457,"dataGaName":458,"dataGaLocation":560},{"text":460,"config":601},{"href":462,"dataGaName":463,"dataGaLocation":560},{"text":603,"config":604},"ステータス",{"href":605,"dataGaName":606,"dataGaLocation":560},"https://status.gitlab.com/","status",{"text":608,"config":609},"利用規約",{"href":610,"dataGaName":611,"dataGaLocation":560},"/terms/","terms of use",{"text":613,"config":614},"プライバシーに関する声明",{"href":615,"dataGaName":616,"dataGaLocation":560},"/ja-jp/privacy/","privacy statement",{"text":618,"config":619},"Cookie 優先設定",{"dataGaName":620,"dataGaLocation":560,"id":621,"isOneTrustButton":111},"cookie preferences","ot-sdk-btn",{"title":168,"links":623,"subMenu":632},[624,628],{"text":625,"config":626},"DevSecOpsプラットフォーム",{"href":151,"dataGaName":627,"dataGaLocation":560},"devsecops platform",{"text":629,"config":630},"AI支援開発",{"href":158,"dataGaName":631,"dataGaLocation":560},"ai-assisted development",[633],{"title":634,"links":635},"トピック",[636,640,645,650,654,659,664,669],{"text":188,"config":637},{"href":638,"dataGaName":639,"dataGaLocation":560},"/ja-jp/topics/ci-cd/","cicd",{"text":641,"config":642},"GitOps",{"href":643,"dataGaName":644,"dataGaLocation":560},"/ja-jp/topics/gitops/","gitops",{"text":646,"config":647},"DevOps",{"href":648,"dataGaName":649,"dataGaLocation":560},"/ja-jp/topics/devops/","devops",{"text":651,"config":652},"バージョン管理",{"href":19,"dataGaName":653,"dataGaLocation":560},"version control",{"text":655,"config":656},"DevSecOps",{"href":657,"dataGaName":658,"dataGaLocation":560},"/ja-jp/topics/devsecops/","devsecops",{"text":660,"config":661},"クラウドネイティブ",{"href":662,"dataGaName":663,"dataGaLocation":560},"/ja-jp/topics/cloud-native/","cloud native",{"text":665,"config":666},"コーディングのためのAI",{"href":667,"dataGaName":668,"dataGaLocation":560},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":670,"config":671},"エージェント型AI",{"href":672,"dataGaName":673,"dataGaLocation":560},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":675,"links":676},"ソリューション",[677,680,682,687,691,694,697,700,702,704,707,712],{"text":212,"config":678},{"href":207,"dataGaName":679,"dataGaLocation":560},"Application Security Testing",{"text":199,"config":681},{"href":184,"dataGaName":185,"dataGaLocation":560},{"text":683,"config":684},"アジャイル開発",{"href":685,"dataGaName":686,"dataGaLocation":560},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":688,"config":689},"SCM",{"href":95,"dataGaName":690,"dataGaLocation":560},"source code management",{"text":188,"config":692},{"href":190,"dataGaName":693,"dataGaLocation":560},"continuous integration & delivery",{"text":238,"config":695},{"href":240,"dataGaName":696,"dataGaLocation":560},"value stream management",{"text":641,"config":698},{"href":699,"dataGaName":644,"dataGaLocation":560},"/ja-jp/solutions/gitops/",{"text":251,"config":701},{"href":254,"dataGaName":255,"dataGaLocation":560},{"text":257,"config":703},{"href":260,"dataGaName":261,"dataGaLocation":560},{"text":705,"config":706},"公共機関",{"href":266,"dataGaName":267,"dataGaLocation":560},{"text":708,"config":709},"教育",{"href":710,"dataGaName":711,"dataGaLocation":560},"/ja-jp/solutions/education/","education",{"text":713,"config":714},"金融サービス",{"href":715,"dataGaName":716,"dataGaLocation":560},"/ja-jp/solutions/finance/","financial services",{"title":718,"links":719},"リソース",[720,722,724,726,730,732,735,737,739,741,743,745,747,749],{"text":287,"config":721},{"href":289,"dataGaName":290,"dataGaLocation":560},{"text":292,"config":723},{"href":294,"dataGaName":295,"dataGaLocation":560},{"text":297,"config":725},{"href":299,"dataGaName":300,"dataGaLocation":560},{"text":302,"config":727},{"href":728,"dataGaName":729,"dataGaLocation":560},"https://docs.gitlab.com/ja-jp","docs",{"text":325,"config":731},{"href":327,"dataGaName":328,"dataGaLocation":560},{"text":733,"config":734},"最新リリース",{"href":384,"dataGaName":385,"dataGaLocation":560},{"text":320,"config":736},{"href":322,"dataGaName":323,"dataGaLocation":560},{"text":339,"config":738},{"href":341,"dataGaName":342,"dataGaLocation":560},{"text":347,"config":740},{"href":349,"dataGaName":350,"dataGaLocation":560},{"text":352,"config":742},{"href":354,"dataGaName":355,"dataGaLocation":560},{"text":357,"config":744},{"href":359,"dataGaName":360,"dataGaLocation":560},{"text":362,"config":746},{"href":364,"dataGaName":365,"dataGaLocation":560},{"text":367,"config":748},{"href":80,"dataGaName":369,"dataGaLocation":560},{"text":371,"config":750},{"href":373,"dataGaName":374,"dataGaLocation":560},{"title":752,"links":753},"会社情報",[754,756,758,760,762,764,768,773,775,777,779],{"text":395,"config":755},{"href":397,"dataGaName":389,"dataGaLocation":560},{"text":400,"config":757},{"href":402,"dataGaName":403,"dataGaLocation":560},{"text":408,"config":759},{"href":410,"dataGaName":411,"dataGaLocation":560},{"text":413,"config":761},{"href":415,"dataGaName":416,"dataGaLocation":560},{"text":418,"config":763},{"href":420,"dataGaName":421,"dataGaLocation":560},{"text":765,"config":766},"Sustainability",{"href":767,"dataGaName":765,"dataGaLocation":560},"/sustainability/",{"text":769,"config":770},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":771,"dataGaName":772,"dataGaLocation":560},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":423,"config":774},{"href":425,"dataGaName":426,"dataGaLocation":560},{"text":433,"config":776},{"href":435,"dataGaName":436,"dataGaLocation":560},{"text":438,"config":778},{"href":440,"dataGaName":441,"dataGaLocation":560},{"text":780,"config":781},"現代奴隷制の透明性に関する声明",{"href":782,"dataGaName":783,"dataGaLocation":560},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":785},[786,788,791],{"text":608,"config":787},{"href":610,"dataGaName":611,"dataGaLocation":560},{"text":789,"config":790},"Cookieの設定",{"dataGaName":620,"dataGaLocation":560,"id":621,"isOneTrustButton":111},{"text":613,"config":792},{"href":615,"dataGaName":616,"dataGaLocation":560},{"header":794,"blurb":795,"button":796,"secondaryButton":800},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":124,"config":797},{"href":798,"dataGaName":127,"dataGaLocation":799},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":443,"config":801},{"href":452,"dataGaName":132,"dataGaLocation":799},1786803795117]