From 675c08afd94b21b407e9e19c86b3bd32ea89db8e Mon Sep 17 00:00:00 2001 From: SI Date: Thu, 20 Feb 2020 21:17:40 +0900 Subject: [PATCH] Translate ## Submodules --- README_ja.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README_ja.md b/README_ja.md index 7aeb219..dbf78d9 100644 --- a/README_ja.md +++ b/README_ja.md @@ -1708,25 +1708,26 @@ $ git log -L :FunctionName:FilePath $ git tag --contains ``` -## Submodules +## サブモジュール -### Clone all submodules +### 全てのサブモジュールをクローンする ```sh $ git clone --recursive git://github.com/foo/bar.git ``` -If already cloned: +すでにクローンしている場合: ```sh $ git submodule update --init --recursive ``` -### Remove a submodule +### サブモジュールを削除する -Creating a submodule is pretty straight-forward, but deleting them less so. The commands you need are: +サブモジュールの作成はきわめて簡単ですが、削除はそうでもありません。 +削除に必要なコマンドは次の通りです: ```sh $ git submodule deinit submodulename