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