mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-05-10 01:48:25 -03:00
Translate ## Submodules
This commit is contained in:
parent
96c427d51d
commit
675c08afd9
11
README_ja.md
11
README_ja.md
@ -1708,25 +1708,26 @@ $ git log -L :FunctionName:FilePath
|
|||||||
$ git tag --contains <commitid>
|
$ git tag --contains <commitid>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Submodules
|
## サブモジュール
|
||||||
|
|
||||||
<a name="clone-submodules"></a>
|
<a name="clone-submodules"></a>
|
||||||
### Clone all submodules
|
### 全てのサブモジュールをクローンする
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone --recursive git://github.com/foo/bar.git
|
$ git clone --recursive git://github.com/foo/bar.git
|
||||||
```
|
```
|
||||||
|
|
||||||
If already cloned:
|
すでにクローンしている場合:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git submodule update --init --recursive
|
$ git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="delete-submodule"></a>
|
<a name="delete-submodule"></a>
|
||||||
### Remove a submodule
|
### サブモジュールを削除する
|
||||||
|
|
||||||
Creating a submodule is pretty straight-forward, but deleting them less so. The commands you need are:
|
サブモジュールの作成はきわめて簡単ですが、削除はそうでもありません。
|
||||||
|
削除に必要なコマンドは次の通りです:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git submodule deinit submodulename
|
$ git submodule deinit submodulename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user