use vitepress to record something
- git subtree add --prefix=git-subtree https://github.com/Bluestar123/day-blog.git main
- git subtree pull --prefix=git-subtree https://github.com/Bluestar123/day-blog.git main
可以设置别名 git remote add child-name https://github.com/Bluestar123/day-blog.git
- git subtree push --prefix=git-subtree child-name main