摘要:
批量删除本地分支 批量删除远程分支 如果有些分支无法删除,是因为远程分支的缓存问题,可以使用 批量删除本地tag 批量删除远程tag 用到命令说明 grep v E 排除master 和 develop v 排除 E 使用正则表达式 xargs 将前面的值作为参数传入 后面 I {} 使用占位符 来 阅读全文
摘要:
前段时间调试html报了这样的一个错误 Uncaught TypeError: download is not a function at HTMLAnchorElement.onclick (index.html:25) 我的html 代码为 <a href="javascript:void(0) 阅读全文