随笔分类 - git
摘要:1. git tag newtag oldtag 2. git tag -d oldtag 3. git push origin :refs/tags/oldtag 4. git push --tags
阅读全文
摘要:因为墙的原因,不能从Google Chrome浏览器的应用商店安装插件,只能先下载插件到本地,用离线方式安装 vue-devtool工具是开发基于vue项目的必备工具,使用源码构建后的安装包安装可以得到最新的功能 1.从Github上将vue-devtool源码clone到本地(https://gi
阅读全文
摘要:1. 查看当前所在分支与本地所有分支,前缀*的分支为当前所在分支 git branch 2. 查看branch命令帮助文档,在linux或macos中会在当前终端打开帮助文档,在windows中会自动启动默认浏览器并打开文档 git branch --help 3. 从当前分支创建新分支 git b
阅读全文

浙公网安备 33010602011771号