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