随笔分类 -  Z0001 - Git

摘要:一、文字规范 commit一共由五部分组成,具体内容如下。 (1)type 提交 commit 的类型,包括以下几种 feat: 新功能 fix: 修复问题 docs: 修改文档 style: 修改代码格式,不影响代码逻辑 refactor: 重构代码,理论上不影响现有功能 perf: 提升性能 t 阅读全文
posted @ 2021-09-09 13:33 aivsok9 阅读(487) 评论(0) 推荐(0)
摘要:Windows 去这个路径下面 C:\Users\Administrator\AppData\Local\Atlassian\SourceTree 删除下面2个文件: passwd userhosts 阅读全文
posted @ 2021-09-09 13:18 aivsok9 阅读(147) 评论(0) 推荐(0)
摘要: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_ 阅读全文
posted @ 2021-09-09 13:16 aivsok9 阅读(173) 评论(0) 推荐(0)