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