w*s 发帖数: 7227 | 1 don't know how to search on line.
thanks ! |
m**k 发帖数: 290 | 2 git ls-tree -r --name-only HEAD |
w*s 发帖数: 7227 | 3 兄弟,先谢一下。
这个是什么意思?
git submodule update --init
如果我要更新当前目录,是不是
git pull .
如果更新所有的,
git pull
再次感谢!
【在 m**k 的大作中提到】 : git ls-tree -r --name-only HEAD
|
d****n 发帖数: 1637 | 4 git submodule init
git submodule update --recursive
【在 w*s 的大作中提到】 : 兄弟,先谢一下。 : 这个是什么意思? : git submodule update --init : 如果我要更新当前目录,是不是 : git pull . : 如果更新所有的, : git pull : 再次感谢!
|
w*s 发帖数: 7227 | 5 so in a folder, if i want to do a full update,
1. git pull
2. git submodule update --recursive
am i understanding this correctly ?
【在 d****n 的大作中提到】 : git submodule init : git submodule update --recursive
|