git 笔记

git commit --no-verify -m "提交"   //可以跳过eslint代码检查

git restore --staged package-lock.json撤销add操作保存修改(已删除文件失效)

git remote -v 查看仓库地址

你可能感兴趣的:(git)