Git 笔记

cherry-pick是Git里对commit操作很好的一个指令,比如想把test分支中的其中多个commit merge到master.

Git生成多个ssh-keygen:https://blog.csdn.net/ligang2585116/article/details/79964976

 

git 信息提交前缀:新增功能feature,修复bug bugfix, 文档变更docs, 代码样式调整 style,重构代码refactor,性能优化perf,测试相关test,构建工具chore,回退revert

,

 

posted @ 2019-10-14 18:18  water_bear  阅读(74)  评论(0)    收藏  举报