[{"data":1,"prerenderedAt":770},["ShallowReactive",2],{"/ja-jp/topics/version-control/benefits-distributed-version-control-system/":3,"navigation-ja-jp":117,"banner-ja-jp":532,"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},"/ja-jp/topics/version-control/",{"title":25},"Benefits distributed version control system",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"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},"/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},"/ja-jp/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},"/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":528,"_type":112,"title":529,"_source":113,"_file":530,"_stem":531,"_extension":116},"/shared/ja-jp/main-navigation","ja-jp",{"logo":121,"freeTrial":126,"sales":131,"login":136,"items":141,"search":472,"minimal":506,"duo":519},{"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,283,288,394,454],{"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":265},"製品",true,{"dataNavLevelOne":189},"solutions",{"text":191,"config":192},"すべてのソリューションを表示",{"href":193,"dataGaName":189,"dataGaLocation":125},"/ja-jp/solutions/",[195,220,243],{"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,216],{"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":97,"dataGaLocation":125,"dataGaName":215},"Source Code Management",{"text":217,"config":218},"自動化されたソフトウェアデリバリー",{"href":201,"dataGaLocation":125,"dataGaName":219},"Automated software delivery",{"title":221,"description":222,"link":223,"items":228},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":224},{"href":225,"dataGaName":226,"dataGaLocation":125,"icon":227},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[229,234,239],{"text":230,"config":231},"Application Security Testing",{"href":232,"dataGaName":233,"dataGaLocation":125},"/solutions/application-security-testing/","Application security testing",{"text":235,"config":236},"ソフトウェアサプライチェーンの安全性",{"href":237,"dataGaLocation":125,"dataGaName":238},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":240,"config":241},"Software Compliance",{"href":242,"dataGaName":240,"dataGaLocation":125},"/solutions/software-compliance/",{"title":244,"link":245,"items":250},"測定",{"config":246},{"icon":247,"href":248,"dataGaName":249,"dataGaLocation":125},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[251,255,260],{"text":252,"config":253},"可視性と測定",{"href":248,"dataGaLocation":125,"dataGaName":254},"Visibility and Measurement",{"text":256,"config":257},"バリューストリーム管理",{"href":258,"dataGaLocation":125,"dataGaName":259},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":261,"config":262},"分析とインサイト",{"href":263,"dataGaLocation":125,"dataGaName":264},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":266,"items":267},"GitLabが活躍する場所",[268,273,278],{"text":269,"config":270},"Enterprise",{"href":271,"dataGaLocation":125,"dataGaName":272},"/ja-jp/enterprise/","enterprise",{"text":274,"config":275},"スモールビジネス",{"href":276,"dataGaLocation":125,"dataGaName":277},"/ja-jp/small-business/","small business",{"text":279,"config":280},"公共機関",{"href":281,"dataGaLocation":125,"dataGaName":282},"/ja-jp/solutions/public-sector/","public sector",{"text":284,"config":285},"価格",{"href":286,"dataGaName":287,"dataGaLocation":125,"dataNavLevelOne":287},"/ja-jp/pricing/","pricing",{"text":289,"config":290,"link":292,"lists":296,"feature":381},"関連リソース",{"dataNavLevelOne":291},"resources",{"text":293,"config":294},"すべてのリソースを表示",{"href":295,"dataGaName":291,"dataGaLocation":125},"/ja-jp/resources/",[297,330,353],{"title":298,"items":299},"はじめに",[300,305,310,315,320,325],{"text":301,"config":302},"インストール",{"href":303,"dataGaName":304,"dataGaLocation":125},"/ja-jp/install/","install",{"text":306,"config":307},"クイックスタートガイド",{"href":308,"dataGaName":309,"dataGaLocation":125},"/ja-jp/get-started/","quick setup checklists",{"text":311,"config":312},"学ぶ",{"href":313,"dataGaLocation":125,"dataGaName":314},"https://university.gitlab.com/","learn",{"text":316,"config":317},"製品ドキュメント",{"href":318,"dataGaName":319,"dataGaLocation":125},"https://docs.gitlab.com/","product documentation",{"text":321,"config":322},"ベストプラクティスビデオ",{"href":323,"dataGaName":324,"dataGaLocation":125},"/ja-jp/getting-started-videos/","best practice videos",{"text":326,"config":327},"インテグレーション",{"href":328,"dataGaName":329,"dataGaLocation":125},"/ja-jp/integrations/","integrations",{"title":331,"items":332},"検索する",[333,338,343,348],{"text":334,"config":335},"お客様成功事例",{"href":336,"dataGaName":337,"dataGaLocation":125},"/ja-jp/customers/","customer success stories",{"text":339,"config":340},"ブログ",{"href":341,"dataGaName":342,"dataGaLocation":125},"/ja-jp/blog/","blog",{"text":344,"config":345},"リモート",{"href":346,"dataGaName":347,"dataGaLocation":125},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":349,"config":350},"TeamOps",{"href":351,"dataGaName":352,"dataGaLocation":125},"/ja-jp/teamops/","teamops",{"title":354,"items":355},"つなげる",[356,361,366,371,376],{"text":357,"config":358},"GitLabサービス",{"href":359,"dataGaName":360,"dataGaLocation":125},"/ja-jp/services/","services",{"text":362,"config":363},"コミュニティ",{"href":364,"dataGaName":365,"dataGaLocation":125},"/community/","community",{"text":367,"config":368},"フォーラム",{"href":369,"dataGaName":370,"dataGaLocation":125},"https://forum.gitlab.com/","forum",{"text":372,"config":373},"イベント",{"href":374,"dataGaName":375,"dataGaLocation":125},"/events/","events",{"text":377,"config":378},"パートナー",{"href":379,"dataGaName":380,"dataGaLocation":125},"/ja-jp/partners/","partners",{"backgroundColor":382,"textColor":383,"text":384,"image":385,"link":389},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":386,"config":387},"ソースプロモカード",{"src":388},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":390,"config":391},"最新情報を読む",{"href":392,"dataGaName":393,"dataGaLocation":125},"/ja-jp/the-source/","the source",{"text":395,"config":396,"lists":398},"Company",{"dataNavLevelOne":397},"company",[399],{"items":400},[401,406,412,414,419,424,429,434,439,444,449],{"text":402,"config":403},"GitLabについて",{"href":404,"dataGaName":405,"dataGaLocation":125},"/ja-jp/company/","about",{"text":407,"config":408,"footerGa":411},"採用情報",{"href":409,"dataGaName":410,"dataGaLocation":125},"/jobs/","jobs",{"dataGaName":410},{"text":372,"config":413},{"href":374,"dataGaName":375,"dataGaLocation":125},{"text":415,"config":416},"経営陣",{"href":417,"dataGaName":418,"dataGaLocation":125},"/company/team/e-group/","leadership",{"text":420,"config":421},"チーム",{"href":422,"dataGaName":423,"dataGaLocation":125},"/company/team/","team",{"text":425,"config":426},"ハンドブック",{"href":427,"dataGaName":428,"dataGaLocation":125},"https://handbook.gitlab.com/","handbook",{"text":430,"config":431},"投資家向け情報",{"href":432,"dataGaName":433,"dataGaLocation":125},"https://ir.gitlab.com/","investor relations",{"text":435,"config":436},"トラストセンター",{"href":437,"dataGaName":438,"dataGaLocation":125},"/ja-jp/security/","trust center",{"text":440,"config":441},"AI Transparency Center",{"href":442,"dataGaName":443,"dataGaLocation":125},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":445,"config":446},"ニュースレター",{"href":447,"dataGaName":448,"dataGaLocation":125},"/company/contact/","newsletter",{"text":450,"config":451},"プレス",{"href":452,"dataGaName":453,"dataGaLocation":125},"/press/","press",{"text":132,"config":455,"lists":456},{"dataNavLevelOne":397},[457],{"items":458},[459,462,467],{"text":132,"config":460},{"href":134,"dataGaName":461,"dataGaLocation":125},"talk to sales",{"text":463,"config":464},"サポートを受ける",{"href":465,"dataGaName":466,"dataGaLocation":125},"/support/","get help",{"text":468,"config":469},"カスタマーポータル",{"href":470,"dataGaName":471,"dataGaLocation":125},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":473,"login":474,"suggestions":481},"閉じる",{"text":475,"link":476},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":477,"config":478},"GitLab.com",{"href":139,"dataGaName":479,"dataGaLocation":480},"search login","search",{"text":482,"default":483},"提案",[484,487,492,494,498,502],{"text":154,"config":485},{"href":159,"dataGaName":486,"dataGaLocation":480},"GitLab Duo (AI)",{"text":488,"config":489},"コード提案（AI）",{"href":490,"dataGaName":491,"dataGaLocation":480},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":205,"config":493},{"href":207,"dataGaName":205,"dataGaLocation":480},{"text":495,"config":496},"GitLab on AWS",{"href":497,"dataGaName":495,"dataGaLocation":480},"/ja-jp/partners/technology-partners/aws/",{"text":499,"config":500},"GitLab on Google Cloud",{"href":501,"dataGaName":499,"dataGaLocation":480},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":503,"config":504},"GitLabを選ぶ理由",{"href":166,"dataGaName":505,"dataGaLocation":480},"Why GitLab?",{"freeTrial":507,"mobileIcon":511,"desktopIcon":516},{"text":127,"config":508},{"href":509,"dataGaName":130,"dataGaLocation":510},"https://gitlab.com/-/trials/new/","nav",{"altText":512,"config":513},"GitLabアイコン",{"src":514,"dataGaName":515,"dataGaLocation":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":512,"config":517},{"src":518,"dataGaName":515,"dataGaLocation":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":520,"mobileIcon":524,"desktopIcon":526},{"text":521,"config":522},"GitLab Duoの詳細について",{"href":159,"dataGaName":523,"dataGaLocation":510},"gitlab duo",{"altText":512,"config":525},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":527},{"src":518,"dataGaName":515,"dataGaLocation":510},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":533,"_dir":119,"_draft":6,"_partial":6,"_locale":7,"title":534,"button":535,"config":540,"_id":542,"_type":112,"_source":113,"_file":543,"_stem":544,"_extension":116},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":536,"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":284,"links":579},[580,584,589],{"text":581,"config":582},"プランの表示",{"href":286,"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":603,"config":604},"セキュリティとコンプライアンス",{"href":232,"dataGaName":233,"dataGaLocation":554},{"text":217,"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":97,"dataGaName":620,"dataGaLocation":554},"source code management",{"text":205,"config":622},{"href":207,"dataGaName":623,"dataGaLocation":554},"continuous integration & delivery",{"text":256,"config":625},{"href":258,"dataGaName":626,"dataGaLocation":554},"value stream management",{"text":628,"config":629},"GitOps",{"href":630,"dataGaName":631,"dataGaLocation":554},"/ja-jp/solutions/gitops/","gitops",{"text":269,"config":633},{"href":271,"dataGaName":272,"dataGaLocation":554},{"text":274,"config":635},{"href":276,"dataGaName":277,"dataGaLocation":554},{"text":279,"config":637},{"href":281,"dataGaName":282,"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":289,"links":649},[650,652,654,656,659,661,665,667,669,671,673,675,677,679],{"text":301,"config":651},{"href":303,"dataGaName":304,"dataGaLocation":554},{"text":306,"config":653},{"href":308,"dataGaName":309,"dataGaLocation":554},{"text":311,"config":655},{"href":313,"dataGaName":314,"dataGaLocation":554},{"text":316,"config":657},{"href":318,"dataGaName":658,"dataGaLocation":554},"docs",{"text":339,"config":660},{"href":341,"dataGaName":342},{"text":662,"config":663},"お客様の成功事例",{"href":664,"dataGaLocation":554},"/customers/",{"text":334,"config":666},{"href":336,"dataGaName":337,"dataGaLocation":554},{"text":344,"config":668},{"href":346,"dataGaName":347,"dataGaLocation":554},{"text":357,"config":670},{"href":359,"dataGaName":360,"dataGaLocation":554},{"text":349,"config":672},{"href":351,"dataGaName":352,"dataGaLocation":554},{"text":362,"config":674},{"href":364,"dataGaName":365,"dataGaLocation":554},{"text":367,"config":676},{"href":369,"dataGaName":370,"dataGaLocation":554},{"text":372,"config":678},{"href":374,"dataGaName":375,"dataGaLocation":554},{"text":377,"config":680},{"href":379,"dataGaName":380,"dataGaLocation":554},{"title":395,"links":682},[683,685,687,689,691,693,695,699,704,706,708,710],{"text":402,"config":684},{"href":404,"dataGaName":397,"dataGaLocation":554},{"text":407,"config":686},{"href":409,"dataGaName":410,"dataGaLocation":554},{"text":415,"config":688},{"href":417,"dataGaName":418,"dataGaLocation":554},{"text":420,"config":690},{"href":422,"dataGaName":423,"dataGaLocation":554},{"text":425,"config":692},{"href":427,"dataGaName":428,"dataGaLocation":554},{"text":430,"config":694},{"href":432,"dataGaName":433,"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":435,"config":705},{"href":437,"dataGaName":438,"dataGaLocation":554},{"text":445,"config":707},{"href":447,"dataGaName":448,"dataGaLocation":554},{"text":450,"config":709},{"href":452,"dataGaName":453,"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":463,"config":720},{"href":465,"dataGaName":466,"dataGaLocation":554},{"text":468,"config":722},{"href":470,"dataGaName":471,"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",1758326301164]