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