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