随笔分类 -  git

自定义commit提交
摘要:首先安装1、npm install --save-dev husky然后在package.json里面加入 1 "husky": { 2 "hooks": { 3 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" 4 } 5 }, 2、npm instal 阅读全文
posted @ 2021-02-03 20:01 执候 阅读(461) 评论(0) 推荐(0)
git常用指令汇总学习
摘要:git安装这个没啥说的,https://git-scm.com/downloads 自己到官网去下载即可 基于vscode比较好用的几个git相关插件 Git Graph Git History GitLens — Git supercharged 可以查找到谁做过修改 vscode-filehea 阅读全文
posted @ 2020-07-05 14:47 执候 阅读(243) 评论(0) 推荐(1)