<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>サブモジュール on Awesome360</title>
    <link>https://www.awesome-360.com/tags/%E3%82%B5%E3%83%96%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB/</link>
    <description>Recent content in サブモジュール on Awesome360</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    <lastBuildDate>Wed, 11 Aug 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.awesome-360.com/tags/%E3%82%B5%E3%83%96%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Gitをサブモジュールも含めてクローンする方法</title>
      <link>https://www.awesome-360.com/post/2021/08/git_clone_submodule/</link>
      <pubDate>Wed, 11 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.awesome-360.com/post/2021/08/git_clone_submodule/</guid>
      <description>今回は備忘録もかねて、Gitをクローンする際にサブモジュールを一緒にクローンする方法をシェアします。
目次  Gitをサブモジュールと一緒にクローンする 先にGitをクローンした後にサブモジュールをクローンする まとめ  1. Gitをサブモジュールと一緒にクローンする $ git clone --recursive https://github.com/ユーザー/プロジェクト.git  2. 先にGitをクローンした後にサブモジュールをクローンする 先にGitをクローンする。 $ git clone --recursive https://github.com/ユーザー/プロジェクト.git 
その後プロジェクト直下に移動して、サブモジュールをクローンする。 $ git submodule update --init --recursive
3. まとめ 今回は備忘録なので短めですが、是非ブクマして使って下さいね！
最後まで見ていただきありがとうございます。
【関連記事】   【Git】２段階認証と個人トークンの設定方法
https://www.awesome-360.com/post/2021/07/github_deprecation_notice_2fa/
  </description>
    </item>
    
  </channel>
</rss>
