We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eac30c commit 151dda7Copy full SHA for 151dda7
git-subtree/README.md
@@ -9,3 +9,11 @@ use vitepress to record something
9
## 更新 subtree
10
11
- git subtree pull --prefix=git-subtree https://github.com/Bluestar123/day-blog.git main
12
+
13
+## 提交
14
15
+可以设置别名 git remote add child-name https://github.com/Bluestar123/day-blog.git
16
17
+- git subtree push --prefix=git-subtree child-name main
18
19
+## subtree 不需要像 submodule 一样递归更新子项目。直接就可以拉下来
0 commit comments