大佬博客的收藏夹
akilar[https://akilar.top/posts/d2ebecef/] flip动画效果。
更新啦
更新了
如何解决git嵌套导致内层仓库无法被外层仓库识别的问题
问题描述在使用git管理项目的时候, 可能会遇到git嵌套的问题, 即内层仓库无法被外层仓库识别的问题. 解决方法__在克隆仓库的时候如果需要别的仓库作为子模块而且需要推送到github/gitee/gitlab, 那么就要用下面的命令,而不是直接用git clone 1git submodule add https://github.com/chenfengyanyu/fmap-demo.git Volantis 12
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1hexo new "My New Post" More info: Writing Run server1hexo server More info: Server Generate static files1hexo generate More info: Generating Deploy to remote sites1hexo deploy More info: Deployment