0%

git-log

瞎几把记一点git小知识

subtree

git remote add -f <子仓库名> <子仓库地址>
git subtree add --prefix=<子目录名> <子仓库名> <分支> --squash
git fetch <远程仓库名> <分支>
git subtree pull --prefix=<子目录名> <远程分支> <分支> --squash
git subtree push --prefix=<子目录名> <远程分支名> 分支

欢迎关注我的其它发布渠道