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