随笔分类 - Z0001 - Git
摘要:一、文字规范 commit一共由五部分组成,具体内容如下。 (1)type 提交 commit 的类型,包括以下几种 feat: 新功能 fix: 修复问题 docs: 修改文档 style: 修改代码格式,不影响代码逻辑 refactor: 重构代码,理论上不影响现有功能 perf: 提升性能 t
阅读全文
摘要:Windows 去这个路径下面 C:\Users\Administrator\AppData\Local\Atlassian\SourceTree 删除下面2个文件: passwd userhosts
阅读全文
摘要:SSH Config git config --global user.name "aivsok" git config --global user.email "aivsok@163.com" ssh-keygen -t rsa -C "aivsok@163.com" cat ~/.ssh/id_
阅读全文