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