[{"data":1,"prerenderedAt":1179},["ShallowReactive",2],{"/ja-jp/blog/what-is-git":3,"navigation-ja-jp":397,"banner-ja-jp":827,"footer-ja-jp":835,"blog-post-authors-ja-jp-GitLab Team":1077,"blog-related-posts-ja-jp-what-is-git":1093,"blog-promotions-ja-jp":1116,"next-steps-ja-jp":1170},{"id":4,"title":5,"authors":6,"body":8,"category":375,"date":376,"description":377,"extension":378,"externalUrl":379,"faq":379,"featured":380,"heroImage":381,"meta":382,"navigation":380,"path":383,"seo":384,"slug":389,"stem":390,"tags":391,"template":394,"updatedDate":395,"__hash__":396},"blogPosts/ja-jp/blog/what-is-git.md","Gitとは？初心者に使い方、意味、機能、利点を徹底解説",[7],"GitLab Team",{"type":9,"value":10,"toc":353},"minimark",[11,15,49,66,69,72,75,78,81,90,95,98,116,128,131,134,137,140,143,146,150,153,159,162,165,168,171,188,191,194,215,218,221,229,233,236,310,316,324,326,329],[12,13,14],"h2",{"id":14},"目次",[16,17,18,22,25,28,31,34,37,40,43,46],"ul",{},[19,20,21],"li",{},"Gitとは何か？",[19,23,24],{},"Gitの意味",[19,26,27],{},"Gitは何に使われている？",[19,29,30],{},"Gitの利点とは？",[19,32,33],{},"Gitの何がすごい？",[19,35,36],{},"組織がGitを使ってできること",[19,38,39],{},"Gitの用語と使い方の初心者向け解説",[19,41,42],{},"Gitの弱点は？",[19,44,45],{},"Gitの管理はツールで手軽に",[19,47,48],{},"まとめ",[50,51,52,53,59,60,65],"p",{},"Git（ギット）という言葉をエンジニアや開発者が口にするのを耳にしたことがある方は多いはずです。プロジェクトを走らせながらツールやサービスの改善を行う",[54,55,58],"a",{"href":56,"rel":57},"https://about.gitlab.com/ja-jp/topics/agile-delivery/agile-methodology/",[],"アジャイル手法","が基本の今、業務効率化のためにGitを使用するのは当たり前となってきました。ただ、IT関連企業だったとしても、マネジメントやオペレーション部門などで働く非エンジニアや初心者は、Gitとは何か、なぜ世界で広く使われているのか、その理由を明確には理解していないかもしれません。\nしかし、Gitは開発部門だけではなく、チーム内の複数のメンバーが同時に作業を行う場合（たとえば人事部門で社外の専門家に相談しながら社則の見直しと刷新を行う、デザイン部門でブランドロゴのデザインを行うなど）にも、とても便利なツールです。また、プロジェクトの大きさや用途によっては、ノーコスト／ローコストで導入を",[54,61,64],{"href":62,"rel":63},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/&glm_content=default-saas-trial",[],"お試しできる点","も見逃せません。\nこの記事では、初めてGitに触れる方のために、Gitとは何か、組織にとってどんな利点があるのかを詳しく解説していきます。",[12,67,21],{"id":68},"gitとは何か",[50,70,71],{},"Gitとは、分散型バージョン管理システムで、ファイルのバージョン管理が簡単にできるツールです。「文書作成アプリケーションでも変更履歴を保存して表示できるし、それとどう違う？」「分散型バージョン管理システムっていったい何？」といった疑問も浮かぶことでしょう。この疑問については後ほど詳しく説明します。",[12,73,24],{"id":74},"gitの意味",[50,76,77],{},"そもそもGitとは「Global Information Tracker（グローバルインフォメーショントラッカー）」の頭文字を取っていると言われています。つまり、Gitは包括的（Global）に変更履歴情報（Information）の追跡（Tracker）を行うツールという意味です。\nここで注目しておきたいのは「包括的」という言葉です。文章作成ソフトの変更履歴と違い、ただ単にバージョン履歴を保存するだけではない点です。",[12,79,27],{"id":80},"gitは何に使われている",[50,82,83,84,89],{},"Gitはファイルやコードのバージョン管理に使われます。バージョン管理システムとは、その名のとおりファイルやコードなどの変更（バージョン）を管理するシステムであり、チーム全体での調整、共有、コラボレーションを容易にします。\nあるファイルを作成した後、時間が経つにつれ変更点が複雑になり、ファイルの本筋がどこにあるのかわかりにくくなることがあります。たとえば、ミーティングの議事録について考えてみましょう。議事録をプロジェクトチームに共有し、欠席者がその内容について質問コメントを残し、ある人が補足情報を足し、別の人が会議中生じた確認事項を追記し、また別のある人が補足情報の一部を削除する。このように複数の関係者が何度も編集することで各時点で実施された変更を正確に把握することは難しくなっていきます。\n",[85,86],"img",{"alt":87,"src":88},"迷路化したバージョンの中心にGitLabのアイコン","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687243/Blog/Content%20Images/version-control.svg","\nバージョン管理システムは、ファイルのすべての変更を追跡し、以前のバージョンに戻ってシームレスに共同作業できるようにする非常に便利なツールです。",[91,92,94],"h3",{"id":93},"gitの機能とは","Gitの機能とは",[50,96,97],{},"Gitを含むバージョン管理システムには、主に次の3つの機能があります。",[99,100,101,104,107,110,113],"ol",{},[19,102,103],{},"ファイル共有：チーム内でファイルを共有",[19,105,106],{},"ファイル同期：変更点を同期",[19,108,109],{},"ファイルバックアップ：変更点を保存\nまた、バージョン管理システムの種類には、次の2つがあります。",[19,111,112],{},"中央集中型管理システム：Subversion（SVN）、Concurrent Version System（CVS）",[19,114,115],{},"分散型管理システム：Git、Mercurial、Bazaar、Fossil",[117,118,119],"blockquote",{},[50,120,121,122,127],{},"Gitの基本を押さえたら、次はリモートリポジトリでの共同作業です。",[54,123,126],{"href":124,"rel":125},"https://about.gitlab.com/ja-jp/get-started/",[],"GitLabの利用開始手順はこちら","。",[12,129,30],{"id":130},"gitの利点とは",[50,132,133],{},"それでは、Gitのような分散型管理システムの利点は何でしょうか？それを理解するために、まず2つのバージョン管理システムの仕組みを説明します。",[91,135,136],{"id":136},"中央集中型バージョン管理システムの仕組み",[50,138,139],{},"中央集中型バージョン管理システム（CVCS）では、すべてのバージョンを1つのサーバーに格納します。プロジェクトメンバーはそのサーバーにアクセスしてファイルを更新します。ある人が更新を行っている場合、他の人はそのファイルで作業できません。基本的に作業はオンラインで行い、変更点はサーバーによってきちんと保存およびカタログ化されます。このシステムはいたってシンプルであり、変更を管理する方法が簡単であるため、チームの規模が小さい場合に有効です。しかし、編集作業自体が複雑になってしまうため、更新を行ったメンバー同士の衝突が起こる場合もあります。",[91,141,142],{"id":142},"分散型バージョン管理システムの仕組み",[50,144,145],{},"一方、Gitのような分散型バージョン管理システム（DVCS）の利点は、柔軟性の高さです。分散型では、ファイルをサーバーで一元管理するだけに終わりません。 各プロジェクトメンバーはプロジェクト履歴全体をローカルに保持して、オフラインで作業できます。その作業結果を確認後、サーバーにアップすると、サーバー上でバージョンの保存およびカタログ化が行われます。したがって、中央集中型バージョン管理システムよりも、多様なバージョンの分岐ができ、またバージョンのマージ（結合）も容易になります。",[91,147,149],{"id":148},"時代にフィットするgit","時代にフィットするGit",[50,151,152],{},"ハイブリッドやリモートなどさまざまな働き方が当たり前となった昨今、Gitのような分散型バージョン管理システムの柔軟性は、複数のプロジェクトを走らせたり織り交ぜたりするダイナミックなチームにとって不可欠な存在となっています。両者の違いを表で確認しましょう。",[50,154,155],{},[85,156],{"alt":157,"src":158},"表","https://res.cloudinary.com/about-gitlab-com/image/upload/v1763038781/mtlqh3hibxwze0koe9uq.jpg",[12,160,33],{"id":161},"gitの何がすごい",[50,163,164],{},"分散型バージョン管理システムの優れた点を説明してきましたが、Gitを使うメリットは、ずばり「開発業務の効率が上がること」です。プロジェクトメンバーが同時に作業でき、プログラムの共有を容易に行えるため、管理しやすいのです。また、開発過程で修正点やバグへの対処が必要となるのはよくあることですが、その際も管理されたバージョン履歴をたどって迅速に原因の特定ができます。そのため、迅速に対処できるのです。",[12,166,36],{"id":167},"組織がgitを使ってできること",[50,169,170],{},"ここで改めてGitを導入してできることを具体的に挙げてみます。",[16,172,173,176,179,182,185],{},[19,174,175],{},"新旧のバージョンを一元管理できる\nGitを使うことで、ファイルの新旧を一元的に管理できます。変更をした際、いちいちファイル名に日時や「.V2」などの名前を付け、どのファイルが新しいのか見分けがつくようにする手間がなくなります。",[19,177,178],{},"古いバージョンに簡単に戻ることができる\n作業途中に「前のほうが良かった」と旧バージョンに戻りたくなっても、Gitを使っていれば簡単に古いバージョンにさかのぼることができます。",[19,180,181],{},"ファイルや変更履歴をスムーズに共有できる\n作業者同士で直接ファイルをやりとりする必要がないため、バージョンの混乱も反映までの時差も発生しません。",[19,183,184],{},"チームでの共同開発を効率化できる\nGitなら、チームは変更を簡単に追跡できるため、さまざまなバージョンの追跡やマージに時間を費やすことなく、目の前のタスクに集中できます。また、オフラインで作業してローカルに保存するため、中央集中型よりも速いスピードで作業できます。",[19,186,187],{},"ノーコスト／ローコストで導入のお試しができる\nGitは世界で最も広く使用されているバージョン管理システムであり、事実上の業界標準です。したがって多くの人気開発者ツールでサポートされており、無料で利用できるリソースも多数あります。",[12,189,190],{"id":190},"gitの用語と使い方の初心者向け解説",[50,192,193],{},"Gitの使い方と、どのような用語を使用するか、初心者が理解しやすいように表組にまとめてみました。",[16,195,196,206],{},[19,197,198,199,202],{},"場所の名前",[200,201],"br",{},[85,203],{"alt":204,"src":205},"場所の名前の表","https://res.cloudinary.com/about-gitlab-com/image/upload/v1763038781/fvh0gvcc4msddilogfk1.jpg",[19,207,208,209,211],{},"アクションとコマンド",[200,210],{},[85,212],{"alt":213,"src":214},"アクションとコマンドの表","https://res.cloudinary.com/about-gitlab-com/image/upload/v1763038781/u3ddshfocjrd7ql0rwfm.jpg",[12,216,42],{"id":217},"gitの弱点は",[50,219,220],{},"このように便利でさまざまな利点があるGitですが、弱点もあります。",[16,222,223,226],{},[19,224,225],{},"Gitの操作方法は非エンジニアにはなじみがない\n「Gitがそんなに便利なら、なぜマネジメントやオペレーション側にあまり浸透していないのだろう」という疑問も生まれるでしょう。しかしGitをそのまま使う場合、基本的にCUIという文字によるコマンドの打ち込みでコンピューターと対話する操作手法が必要です。PCが不調でシステムをセーフモードで起動した経験はないでしょうか（文字列だけの暗い画面が立ち上がります）。あるいはエンジニアが暗い画面にコードを表示して作業している様子を想像してみましょう。普段コマンドやコードに縁がない人にとってはハードルが高い操作方法と言えます。",[19,227,228],{},"Gitの学習には時間が必要\nGitを導入する際、プロジェクトチームは全員がGitを使えるようになる必要があります。用語も独特であり、また、各メンバーがローカルで作業するため、運用ルールを決めておかないと混乱する可能性があります。慣れるまでに学習時間が必要であるため、使用頻度がそこまで高くない場合、学習にかかる時間的コストの費用対効果が疑問視されることもあります。",[12,230,232],{"id":231},"git管理はツールで手軽に","Git管理はツールで手軽に",[50,234,235],{},"このようなGitの弱点を一挙に解決するのが、Gitにユーザーフレンドリーなインターフェイスを組み込んだ管理ツールです。管理ツールを使えば、コマンドを打ち込んで操作するのではなく、日常使っているアプリケーションのようにマウスでクリックして操作できるため、Gitの多数のメリットを組織にスムーズに取り入れられます。\nGit管理ツールを導入すると次のようなメリットがあります。",[16,237,238,241,244,258,269,281,293,299],{},[19,239,240],{},"Gitを使うためにコマンドを覚える必要がない",[19,242,243],{},"Gitを学習する時間が短縮できる",[19,245,246,247,252,253,257],{},"エンジニア以外でもGitを使えるようになる\nGit管理ツールにはさまざまな種類がありますが、開発スピードを確保しつつセキュリティも高めたい組織が選んでいるのは、GitLabです。\nGitとGitLab。名前が似ているのは、GitLabが",[54,248,251],{"href":249,"rel":250},"https://about.gitlab.com/ja-jp/platform/",[],"Gitを使ったDevSecOpsプラットフォームサービス","だからです。\n",[85,254],{"alt":255,"src":256},"GitLabのアイコンとロゴ","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687243/Blog/Content%20Images/gitlab-logo-150.jpg","\nGitLabはバージョン管理システムであるGitを中心に、開発（Dev）セキュリティ（Sec） オペレーション（Ops）のすべてをこなせるプラットフォームであり、アイコンやボタンなどのグラフィックを使用して視覚的に操作できるグラフィカルユーザーインターフェイスを採用しているため、Gitの弱点を克服できます。\n当然、先ほど挙げたGit管理ツールのメリットを享受できますが、それだけではありません。計画から本番まで、DevSecOpsのあらゆる機能が1つのアプリケーションにまとまっているため、プロジェクトにかかわる各部署の連携が強化され、チームにまとまりが生まれます。\nGitLabの「非エンジニアを含む各部門がGitを使用でき、情報を統一的に集約して管理しやすいツール」という面は、他にはない特徴です。\nまとめると、GitLabには次のような特徴があります。",[19,259,260,261,263,264,268],{},"ツールチェーンを簡素化できる",[200,262],{},"重要な",[54,265,267],{"href":249,"rel":266},[],"DevSecOpsツール","がすべて1つのプラットフォームに集約されています。",[19,270,271,272,274,275,280],{},"ソフトウェアデリバリーを高速化できる",[200,273],{},"オートメーション、",[54,276,279],{"href":277,"rel":278},"https://about.gitlab.com/ja-jp/gitlab-duo-agent-platform/",[],"AIを活用したワークフロー","が提供されています。",[19,282,283,284,286,287,292],{},"セキュリティを統合できる",[200,285],{},"セキュリティは",[54,288,291],{"href":289,"rel":290},"https://about.gitlab.com/ja-jp/solutions/application-security-testing/",[],"デフォルトでビルトイン","されており、追加は不要です。",[19,294,295,296,298],{},"どこにでもデプロイできる",[200,297],{},"複数のクラウドにコンピューティングを分散するマルチクラウドアプローチが行えます。",[19,300,301,302,304,309],{},"Freeプランでノーコストでのお試し導入ができる",[200,303],{},[54,305,308],{"href":306,"rel":307},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/devsecops/&glm_content=default-saas-trial",[],"無料試用版","をクレジットカードの登録なしで使用開始できます。",[50,311,312],{},[85,313],{"alt":314,"src":315},"AIの助けで時間短縮","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687243/Blog/Content%20Images/homepage-image.png",[50,317,318,319],{},"開発のスピード向上を計りたい＋包括的なセキュリティ対策を重要視したいという組織に、GitLabは最適です。 ",[54,320,323],{"href":321,"rel":322},"https://about.gitlab.com/ja-jp/",[],"GitLab公式サイト",[12,325,48],{"id":48},[50,327,328],{},"ここまで、組織のマネジメントやオペレーション部門などで働く非エンジニアや初心者向けに、Gitとは何か、おさえておくべき基礎知識、仕組み、用語をご紹介しました。Gitの概要を把握しておくことで、導入を検討する際の一助になれば幸いです。\nこれほど利便性が高いGitですが、開発（Dev）セキュリティ（Sec） オペレーション（Ops）プラットフォームであるGitLabの、ほんの一部の機能にすぎません。すべてをこなせるDevSecOpsプラットフォームの力強さに興味がある方は、ぜひ30日間無料トライアルでGitLabを体感してみてください。",[117,330,331],{},[50,332,333,338,339,341,343],{},[54,334,337],{"href":335,"rel":336},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/blog&glm_content=default-saas-trial",[],"GitLab Ultimateの無料トライアル","を始めましょう\n",[200,340],{},[200,342],{},[344,345,346,347,352],"em",{},"監修：川瀬 洋平 ",[54,348,351],{"href":349,"rel":350},"https://gitlab.com/ykawase",[],"@ykawase","\n（GitLab合同会社 カスタマーサクセス本部 シニアカスタマーサクセスマネージャー）",{"title":354,"searchDepth":355,"depth":355,"links":356},"",2,[357,358,359,360,364,369,370,371,372,373,374],{"id":14,"depth":355,"text":14},{"id":68,"depth":355,"text":21},{"id":74,"depth":355,"text":24},{"id":80,"depth":355,"text":27,"children":361},[362],{"id":93,"depth":363,"text":94},3,{"id":130,"depth":355,"text":30,"children":365},[366,367,368],{"id":136,"depth":363,"text":136},{"id":142,"depth":363,"text":142},{"id":148,"depth":363,"text":149},{"id":161,"depth":355,"text":33},{"id":167,"depth":355,"text":36},{"id":190,"depth":355,"text":190},{"id":217,"depth":355,"text":42},{"id":231,"depth":355,"text":232},{"id":48,"depth":355,"text":48},"open-source","2024-10-08","Gitとは？管理部門やオペレーション部門、初心者には知られていないGitの基礎知識を、仕組みから利点、基礎用語、よくある質問まで徹底的に解説。","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687231/Blog/Hero%20Images/Git.jpg",{},"/ja-jp/blog/what-is-git",{"ogTitle":5,"ogImage":381,"ogDescription":377,"ogSiteName":385,"noIndex":386,"ogType":387,"ogUrl":388,"title":5,"canonicalUrls":388,"description":377},"https://about.gitlab.com",false,"article","https://about.gitlab.com/blog/what-is-git","what-is-git","ja-jp/blog/what-is-git",[392,393],"git","open source","BlogPost","2026-08-06","1u0qJf6doKpMOH0hhPEacY3w3_XZkMbyuDkCQwp-Ay0",{"logo":398,"freeTrial":403,"sales":408,"login":413,"items":418,"search":747,"minimal":780,"duo":797,"switchNav":806,"pricingDeployment":817},{"config":399},{"href":400,"dataGaName":401,"dataGaLocation":402},"/ja-jp/","gitlab logo","header",{"text":404,"config":405},"無料トライアルを開始",{"href":406,"dataGaName":407,"dataGaLocation":402},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":409,"config":410},"デモをリクエスト",{"href":411,"dataGaName":412,"dataGaLocation":402},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":414,"config":415},"サインイン",{"href":416,"dataGaName":417,"dataGaLocation":402},"https://gitlab.com/users/sign_in/","sign in",[419,448,550,555,669,725],{"text":420,"config":421,"menu":423},"プラットフォーム",{"dataNavLevelOne":422},"platform",{"type":424,"columns":425},"cards",[426,432,440],{"title":420,"description":427,"link":428},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":429,"config":430},"プラットフォームの詳細はこちら",{"href":431,"dataGaName":422,"dataGaLocation":402},"/ja-jp/platform/",{"title":433,"description":434,"link":435},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":436,"config":437},"GitLab Duoのご紹介",{"href":438,"dataGaName":439,"dataGaLocation":402},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":441,"description":442,"link":443},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":444,"config":445},"詳細はこちら",{"href":446,"dataGaName":447,"dataGaLocation":402},"/ja-jp/why-gitlab/","why gitlab",{"text":449,"left":380,"config":450,"menu":452},"製品",{"dataNavLevelOne":451},"solutions",{"type":453,"link":454,"columns":458,"feature":529},"lists",{"text":455,"config":456},"すべてのソリューションを表示",{"href":457,"dataGaName":451,"dataGaLocation":402},"/ja-jp/solutions/",[459,484,507],{"title":460,"description":461,"link":462,"items":467},"自動化","CI/CDと自動化でデプロイを加速",{"config":463},{"icon":464,"href":465,"dataGaName":466,"dataGaLocation":402},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[468,472,475,480],{"text":469,"config":470},"CI/CD",{"href":471,"dataGaLocation":402,"dataGaName":469},"/ja-jp/solutions/continuous-integration/",{"text":433,"config":473},{"href":438,"dataGaLocation":402,"dataGaName":474},"gitlab duo agent platform - product menu",{"text":476,"config":477},"ソースコード管理",{"href":478,"dataGaLocation":402,"dataGaName":479},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":481,"config":482},"自動化されたソフトウェアデリバリー",{"href":465,"dataGaLocation":402,"dataGaName":483},"Automated software delivery",{"title":485,"description":486,"link":487,"items":492},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":488},{"href":489,"dataGaName":490,"dataGaLocation":402,"icon":491},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[493,497,502],{"text":494,"config":495},"アプリケーションセキュリティテスト",{"href":489,"dataGaName":496,"dataGaLocation":402},"Application security testing",{"text":498,"config":499},"ソフトウェアサプライチェーンセキュリティ",{"href":500,"dataGaLocation":402,"dataGaName":501},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":503,"config":504},"ソフトウェアコンプライアンス",{"href":505,"dataGaName":506,"dataGaLocation":402},"/ja-jp/solutions/software-compliance/","software compliance",{"title":508,"link":509,"items":514},"測定",{"config":510},{"icon":511,"href":512,"dataGaName":513,"dataGaLocation":402},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[515,519,524],{"text":516,"config":517},"可視性と測定",{"href":512,"dataGaLocation":402,"dataGaName":518},"Visibility and Measurement",{"text":520,"config":521},"バリューストリーム管理",{"href":522,"dataGaLocation":402,"dataGaName":523},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":525,"config":526},"分析とインサイト",{"href":527,"dataGaLocation":402,"dataGaName":528},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":530,"type":453,"items":531},"GitLabが活躍する場所",[532,538,544],{"text":533,"config":534},"大企業",{"icon":535,"href":536,"dataGaLocation":402,"dataGaName":537},"Building","/ja-jp/enterprise/","enterprise",{"text":539,"config":540},"スモールビジネス",{"icon":541,"href":542,"dataGaLocation":402,"dataGaName":543},"Work","/ja-jp/small-business/","small business",{"text":545,"config":546},"公共部門",{"icon":547,"href":548,"dataGaLocation":402,"dataGaName":549},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":551,"config":552},"価格",{"href":553,"dataGaName":554,"dataGaLocation":402,"dataNavLevelOne":554},"/ja-jp/pricing/","pricing",{"text":556,"config":557,"menu":559},"関連リソース",{"dataNavLevelOne":558},"resources",{"type":453,"link":560,"columns":564,"feature":658},{"text":561,"config":562},"すべてのリソースを表示",{"href":563,"dataGaName":558,"dataGaLocation":402},"/ja-jp/resources/",[565,598,625],{"title":566,"items":567},"はじめに",[568,573,578,583,588,593],{"text":569,"config":570},"インストール",{"href":571,"dataGaName":572,"dataGaLocation":402},"/ja-jp/install/","install",{"text":574,"config":575},"クイックスタートガイド",{"href":576,"dataGaName":577,"dataGaLocation":402},"/ja-jp/get-started/","quick setup checklists",{"text":579,"config":580},"学ぶ",{"href":581,"dataGaLocation":402,"dataGaName":582},"https://university.gitlab.com/","learn",{"text":584,"config":585},"製品ドキュメント",{"href":586,"dataGaName":587,"dataGaLocation":402},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":589,"config":590},"ベストプラクティスビデオ",{"href":591,"dataGaName":592,"dataGaLocation":402},"/ja-jp/getting-started-videos/","best practice videos",{"text":594,"config":595},"インテグレーション",{"href":596,"dataGaName":597,"dataGaLocation":402},"/ja-jp/integrations/","integrations",{"title":599,"items":600},"検索する",[601,606,611,616,620],{"text":602,"config":603},"お客様成功事例",{"href":604,"dataGaName":605,"dataGaLocation":402},"/ja-jp/customers/","customer success stories",{"text":607,"config":608},"ブログ",{"href":609,"dataGaName":610,"dataGaLocation":402},"/ja-jp/blog/","blog",{"text":612,"config":613},"Demo Hub",{"href":614,"dataGaName":615,"dataGaLocation":402},"/ja-jp/demo-hub/","demo hub",{"text":617,"config":618},"The Source",{"href":619,"dataGaName":610,"dataGaLocation":402},"/ja-jp/the-source/",{"text":621,"config":622},"リモート",{"href":623,"dataGaName":624,"dataGaLocation":402},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":626,"items":627},"つなげる",[628,633,638,643,648,653],{"text":629,"config":630},"GitLabサービス",{"href":631,"dataGaName":632,"dataGaLocation":402},"/ja-jp/services/","services",{"text":634,"config":635},"コントリビュート",{"href":636,"dataGaName":637,"dataGaLocation":402},"https://contributors.gitlab.com","contribute",{"text":639,"config":640},"コミュニティ",{"href":641,"dataGaName":642,"dataGaLocation":402},"/community/","community",{"text":644,"config":645},"フォーラム",{"href":646,"dataGaName":647,"dataGaLocation":402},"https://forum.gitlab.com/","forum",{"text":649,"config":650},"イベント",{"href":651,"dataGaName":652,"dataGaLocation":402},"/events/","events",{"text":654,"config":655},"パートナー",{"href":656,"dataGaName":657,"dataGaLocation":402},"/ja-jp/partners/","partners",{"config":659,"title":662,"text":663,"link":664},{"background":660,"textColor":661},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":665,"config":666},"最新情報を読む",{"href":667,"dataGaName":668,"dataGaLocation":402},"/ja-jp/whats-new/","whats new",{"text":670,"config":671,"menu":673},"企業情報",{"dataNavLevelOne":672},"company",{"type":453,"columns":674},[675],{"items":676},[677,682,688,690,695,700,705,710,715,720],{"text":678,"config":679},"GitLabについて",{"href":680,"dataGaName":681,"dataGaLocation":402},"/ja-jp/company/","about",{"text":683,"config":684,"footerGa":687},"採用情報",{"href":685,"dataGaName":686,"dataGaLocation":402},"/jobs/","jobs",{"dataGaName":686},{"text":649,"config":689},{"href":651,"dataGaName":652,"dataGaLocation":402},{"text":691,"config":692},"経営陣",{"href":693,"dataGaName":694,"dataGaLocation":402},"/company/team/e-group/","leadership",{"text":696,"config":697},"ハンドブック",{"href":698,"dataGaName":699,"dataGaLocation":402},"https://handbook.gitlab.com/","handbook",{"text":701,"config":702},"投資家向け情報",{"href":703,"dataGaName":704,"dataGaLocation":402},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":706,"config":707},"トラストセンター",{"href":708,"dataGaName":709,"dataGaLocation":402},"/ja-jp/security/","trust center",{"text":711,"config":712},"AI Transparency Center",{"href":713,"dataGaName":714,"dataGaLocation":402},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":716,"config":717},"ニュースレター",{"href":718,"dataGaName":719,"dataGaLocation":402},"/company/contact/#contact-forms","newsletter",{"text":721,"config":722},"プレス",{"href":723,"dataGaName":724,"dataGaLocation":402},"/press/","press",{"text":726,"config":727,"menu":728},"お問い合わせ",{"dataNavLevelOne":672},{"type":453,"columns":729},[730],{"items":731},[732,737,742],{"text":733,"config":734},"お問い合わせはこちら",{"href":735,"dataGaName":736,"dataGaLocation":402},"/ja-jp/sales/","talk to sales",{"text":738,"config":739},"サポートを受ける",{"href":740,"dataGaName":741,"dataGaLocation":402},"https://support.gitlab.com/hc/en-us","support portal",{"text":743,"config":744},"カスタマーポータル",{"href":745,"dataGaName":746,"dataGaLocation":402},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":748,"login":749,"suggestions":756},"閉じる",{"text":750,"link":751},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":752,"config":753},"GitLab.com",{"href":416,"dataGaName":754,"dataGaLocation":755},"search login","search",{"text":757,"default":758},"提案",[759,761,766,768,772,776],{"text":433,"config":760},{"href":438,"dataGaName":433,"dataGaLocation":755},{"text":762,"config":763},"コード提案（AI）",{"href":764,"dataGaName":765,"dataGaLocation":755},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":469,"config":767},{"href":471,"dataGaName":469,"dataGaLocation":755},{"text":769,"config":770},"GitLab on AWS",{"href":771,"dataGaName":769,"dataGaLocation":755},"/ja-jp/partners/technology-partners/aws/",{"text":773,"config":774},"GitLab on Google Cloud",{"href":775,"dataGaName":773,"dataGaLocation":755},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":777,"config":778},"GitLabを選ぶ理由",{"href":446,"dataGaName":779,"dataGaLocation":755},"Why GitLab?",{"freeTrial":781,"mobileIcon":785,"desktopIcon":790,"secondaryButton":793},{"text":404,"config":782},{"href":783,"dataGaName":407,"dataGaLocation":784},"https://gitlab.com/-/trials/new/","nav",{"altText":786,"config":787},"GitLabアイコン",{"src":788,"dataGaName":789,"dataGaLocation":784},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":786,"config":791},{"src":792,"dataGaName":789,"dataGaLocation":784},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":566,"config":794},{"href":795,"dataGaName":796,"dataGaLocation":784},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":798,"mobileIcon":802,"desktopIcon":804},{"text":799,"config":800},"GitLab Duoの詳細について",{"href":438,"dataGaName":801,"dataGaLocation":784},"gitlab duo",{"altText":786,"config":803},{"src":788,"dataGaName":789,"dataGaLocation":784},{"altText":786,"config":805},{"src":792,"dataGaName":789,"dataGaLocation":784},{"button":807,"mobileIcon":812,"desktopIcon":814},{"text":808,"config":809},"/switch",{"href":810,"dataGaName":811,"dataGaLocation":784},"#contact","switch",{"altText":786,"config":813},{"src":788,"dataGaName":789,"dataGaLocation":784},{"altText":786,"config":815},{"src":816,"dataGaName":789,"dataGaLocation":784},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":818,"mobileIcon":823,"desktopIcon":825},{"text":819,"config":820},"料金ページに戻る",{"href":553,"dataGaName":821,"dataGaLocation":784,"icon":822},"back to pricing","GoBack",{"altText":786,"config":824},{"src":788,"dataGaName":789,"dataGaLocation":784},{"altText":786,"config":826},{"src":792,"dataGaName":789,"dataGaLocation":784},{"title":828,"button":829,"config":833},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":444,"config":830},{"href":831,"dataGaName":832,"dataGaLocation":402},"/ja-jp/gitlab-orbit/","orbit",{"layout":834,"disabled":386},"release",{"data":836},{"text":837,"source":838,"edit":844,"contribute":849,"config":854,"items":859,"minimal":1068},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":839,"config":840},"ページのソースを表示",{"href":841,"dataGaName":842,"dataGaLocation":843},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":845,"config":846},"このページを編集",{"href":847,"dataGaName":848,"dataGaLocation":843},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":850,"config":851},"ご協力をお願いします",{"href":852,"dataGaName":853,"dataGaLocation":843},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":855,"facebook":856,"youtube":857,"linkedin":858},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[860,905,958,1001,1035],{"title":551,"links":861,"subMenu":876},[862,866,871],{"text":863,"config":864},"プランの表示",{"href":553,"dataGaName":865,"dataGaLocation":843},"view plans",{"text":867,"config":868},"Premiumを選ぶ理由",{"href":869,"dataGaName":870,"dataGaLocation":843},"/ja-jp/pricing/premium/","why premium",{"text":872,"config":873},"Ultimateを選ぶ理由",{"href":874,"dataGaName":875,"dataGaLocation":843},"/ja-jp/pricing/ultimate/","why ultimate",[877],{"title":726,"links":878},[879,881,883,885,890,895,900],{"text":726,"config":880},{"href":735,"dataGaName":412,"dataGaLocation":843},{"text":738,"config":882},{"href":740,"dataGaName":741,"dataGaLocation":843},{"text":743,"config":884},{"href":745,"dataGaName":746,"dataGaLocation":843},{"text":886,"config":887},"ステータス",{"href":888,"dataGaName":889,"dataGaLocation":843},"https://status.gitlab.com/","status",{"text":891,"config":892},"利用規約",{"href":893,"dataGaName":894,"dataGaLocation":843},"/terms/","terms of use",{"text":896,"config":897},"プライバシーに関する声明",{"href":898,"dataGaName":899,"dataGaLocation":843},"/ja-jp/privacy/","privacy statement",{"text":901,"config":902},"Cookie 優先設定",{"dataGaName":903,"dataGaLocation":843,"id":904,"isOneTrustButton":380},"cookie preferences","ot-sdk-btn",{"title":449,"links":906,"subMenu":915},[907,911],{"text":908,"config":909},"DevSecOpsプラットフォーム",{"href":431,"dataGaName":910,"dataGaLocation":843},"devsecops platform",{"text":912,"config":913},"AI支援開発",{"href":438,"dataGaName":914,"dataGaLocation":843},"ai-assisted development",[916],{"title":917,"links":918},"トピック",[919,923,928,933,938,943,948,953],{"text":469,"config":920},{"href":921,"dataGaName":922,"dataGaLocation":843},"/ja-jp/topics/ci-cd/","cicd",{"text":924,"config":925},"GitOps",{"href":926,"dataGaName":927,"dataGaLocation":843},"/ja-jp/topics/gitops/","gitops",{"text":929,"config":930},"DevOps",{"href":931,"dataGaName":932,"dataGaLocation":843},"/ja-jp/topics/devops/","devops",{"text":934,"config":935},"バージョン管理",{"href":936,"dataGaName":937,"dataGaLocation":843},"/ja-jp/topics/version-control/","version control",{"text":939,"config":940},"DevSecOps",{"href":941,"dataGaName":942,"dataGaLocation":843},"/ja-jp/topics/devsecops/","devsecops",{"text":944,"config":945},"クラウドネイティブ",{"href":946,"dataGaName":947,"dataGaLocation":843},"/ja-jp/topics/cloud-native/","cloud native",{"text":949,"config":950},"コーディングのためのAI",{"href":951,"dataGaName":952,"dataGaLocation":843},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":954,"config":955},"エージェント型AI",{"href":956,"dataGaName":957,"dataGaLocation":843},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":959,"links":960},"ソリューション",[961,964,966,971,975,978,981,984,986,988,991,996],{"text":494,"config":962},{"href":489,"dataGaName":963,"dataGaLocation":843},"Application Security Testing",{"text":481,"config":965},{"href":465,"dataGaName":466,"dataGaLocation":843},{"text":967,"config":968},"アジャイル開発",{"href":969,"dataGaName":970,"dataGaLocation":843},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":972,"config":973},"SCM",{"href":478,"dataGaName":974,"dataGaLocation":843},"source code management",{"text":469,"config":976},{"href":471,"dataGaName":977,"dataGaLocation":843},"continuous integration & delivery",{"text":520,"config":979},{"href":522,"dataGaName":980,"dataGaLocation":843},"value stream management",{"text":924,"config":982},{"href":983,"dataGaName":927,"dataGaLocation":843},"/ja-jp/solutions/gitops/",{"text":533,"config":985},{"href":536,"dataGaName":537,"dataGaLocation":843},{"text":539,"config":987},{"href":542,"dataGaName":543,"dataGaLocation":843},{"text":989,"config":990},"公共機関",{"href":548,"dataGaName":549,"dataGaLocation":843},{"text":992,"config":993},"教育",{"href":994,"dataGaName":995,"dataGaLocation":843},"/ja-jp/solutions/education/","education",{"text":997,"config":998},"金融サービス",{"href":999,"dataGaName":1000,"dataGaLocation":843},"/ja-jp/solutions/finance/","financial services",{"title":1002,"links":1003},"リソース",[1004,1006,1008,1010,1014,1016,1019,1021,1023,1025,1027,1029,1031,1033],{"text":569,"config":1005},{"href":571,"dataGaName":572,"dataGaLocation":843},{"text":574,"config":1007},{"href":576,"dataGaName":577,"dataGaLocation":843},{"text":579,"config":1009},{"href":581,"dataGaName":582,"dataGaLocation":843},{"text":584,"config":1011},{"href":1012,"dataGaName":1013,"dataGaLocation":843},"https://docs.gitlab.com/ja-jp","docs",{"text":607,"config":1015},{"href":609,"dataGaName":610,"dataGaLocation":843},{"text":1017,"config":1018},"最新リリース",{"href":667,"dataGaName":668,"dataGaLocation":843},{"text":602,"config":1020},{"href":604,"dataGaName":605,"dataGaLocation":843},{"text":621,"config":1022},{"href":623,"dataGaName":624,"dataGaLocation":843},{"text":629,"config":1024},{"href":631,"dataGaName":632,"dataGaLocation":843},{"text":634,"config":1026},{"href":636,"dataGaName":637,"dataGaLocation":843},{"text":639,"config":1028},{"href":641,"dataGaName":642,"dataGaLocation":843},{"text":644,"config":1030},{"href":646,"dataGaName":647,"dataGaLocation":843},{"text":649,"config":1032},{"href":651,"dataGaName":652,"dataGaLocation":843},{"text":654,"config":1034},{"href":656,"dataGaName":657,"dataGaLocation":843},{"title":1036,"links":1037},"会社情報",[1038,1040,1042,1044,1046,1048,1052,1057,1059,1061,1063],{"text":678,"config":1039},{"href":680,"dataGaName":672,"dataGaLocation":843},{"text":683,"config":1041},{"href":685,"dataGaName":686,"dataGaLocation":843},{"text":691,"config":1043},{"href":693,"dataGaName":694,"dataGaLocation":843},{"text":696,"config":1045},{"href":698,"dataGaName":699,"dataGaLocation":843},{"text":701,"config":1047},{"href":703,"dataGaName":704,"dataGaLocation":843},{"text":1049,"config":1050},"Sustainability",{"href":1051,"dataGaName":1049,"dataGaLocation":843},"/sustainability/",{"text":1053,"config":1054},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1055,"dataGaName":1056,"dataGaLocation":843},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":706,"config":1058},{"href":708,"dataGaName":709,"dataGaLocation":843},{"text":716,"config":1060},{"href":718,"dataGaName":719,"dataGaLocation":843},{"text":721,"config":1062},{"href":723,"dataGaName":724,"dataGaLocation":843},{"text":1064,"config":1065},"現代奴隷制の透明性に関する声明",{"href":1066,"dataGaName":1067,"dataGaLocation":843},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1069},[1070,1072,1075],{"text":891,"config":1071},{"href":893,"dataGaName":894,"dataGaLocation":843},{"text":1073,"config":1074},"Cookieの設定",{"dataGaName":903,"dataGaLocation":843,"id":904,"isOneTrustButton":380},{"text":896,"config":1076},{"href":898,"dataGaName":899,"dataGaLocation":843},[1078],{"id":1079,"title":1080,"body":379,"config":1081,"content":1083,"description":379,"extension":1087,"meta":1088,"navigation":380,"path":1089,"seo":1090,"stem":1091,"__hash__":1092},"blogAuthors/en-us/blog/authors/gitlab-team.yml","Gitlab Team",{"template":1082},"BlogAuthor",{"name":7,"config":1084},{"headshot":1085,"ctfId":1086},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","GitLab-Team","yml",{},"/en-us/blog/authors/gitlab-team",{},"en-us/blog/authors/gitlab-team","lmrXWttQYRbkSz_xfCfucB21pf44aAdxkvbbS48UVcE",[1094,1102,1109],{"title":1095,"description":1096,"heroImage":1097,"category":375,"date":1098,"authors":1099,"slug":1101,"externalUrl":379},"GitLab AIハッカソン2026：受賞者発表","約7,000人の開発者がGitLab Duo Agent Platform上で600以上のAIエージェントとフローを構築したハッカソンの結果をご紹介。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776457632/llddiylsgwuze0u1rjks.png","2026-04-22",[1100],"Nick Veenhof","gitlab-ai-hackathon-2026-meet-the-winners",{"title":1103,"description":1104,"heroImage":1105,"category":375,"date":1106,"authors":1107,"slug":1108,"externalUrl":379},"git mergeコマンドの基本を徹底解説","この記事では、git mergeコマンドについてコマンドの基本的な使い方からリクエストコードまで解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1754287290/averr2ecwl01q2f9lknf.jpg","2025-08-04",[7],"git-merge-command-overview",{"title":1110,"description":1111,"heroImage":1112,"category":375,"date":1113,"authors":1114,"slug":1115,"externalUrl":379},"オープンソースソフトウェア（OSS）とは？詳しく解説​","オープンソースの意味や、メリットとデメリットについて、分かりやすく解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752720740/g9x8oi988xuhioglpczi.jpg","2025-07-17",[7],"what-is-open-source",{"promotions":1117},[1118,1132,1144,1156],{"id":1119,"categories":1120,"header":1122,"text":1123,"button":1124,"image":1129},"ai-modernization",[1121],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1125,"config":1126},"AI成熟度スコアを確認する",{"href":1127,"dataGaName":1128,"dataGaLocation":610},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1130},{"src":1131},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1133,"categories":1134,"header":1136,"text":1123,"button":1137,"image":1141},"devops-modernization",[1135,942],"product","単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1138,"config":1139},"DevOps成熟度スコアを確認しましょう",{"href":1140,"dataGaName":1128,"dataGaLocation":610},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1142},{"src":1143},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1145,"categories":1146,"header":1148,"text":1123,"button":1149,"image":1153},"security-modernization",[1147],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1150,"config":1151},"セキュリティ成熟度スコアを確認しましょう",{"href":1152,"dataGaName":1128,"dataGaLocation":610},"/ja-jp/assessments/security-modernization-assessment/",{"config":1154},{"src":1155},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1157,"paths":1158,"header":1161,"text":1162,"button":1163,"image":1168},"github-azure-migration",[1159,1160],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1164,"config":1165},"GitLabとGitHubの比較を見る",{"href":1166,"dataGaName":1167,"dataGaLocation":610},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1169},{"src":1143},{"header":1171,"blurb":1172,"button":1173,"secondaryButton":1177},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":404,"config":1174},{"href":1175,"dataGaName":407,"dataGaLocation":1176},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":726,"config":1178},{"href":735,"dataGaName":412,"dataGaLocation":1176},1786803770777]