类似的问题是checkout a specific tag with git subtree。不管我做的是什么
git remote add next https://github.com/iissnan/hexo-theme-next
git subtree add --prefix=themes/next next tags/v5.1.0 --squash
到现在为止,每个人都可以,但是当我想使用时更新子树到5.1.3
git subtree pull --prefix=themes/next next tags/v5.1.3
我明白了
From https://github.com/iissnan/hexo-theme-next
* tag v5.1.3 -> FETCH_HEAD
Already up-to-date.
我确信有标签5.1.3,那么如何更新呢?