随笔分类 - TOOL-GIT
摘要:为规范开发,保持代码提交记录以及 git 分支结构清晰,方便后续维护,现规范 git 的相关操作。 主要规范两点: git 分支命名规范 git 提交记录规范 1. git 分支命名规范 git 分支分为集成分支、功能分支和修复分支,分别命名为 develop、feature 和 hotfix,均为
阅读全文
摘要:初始化 创建忽略配置文件 修改.gitignore文件
阅读全文
摘要:配置别名 git config --global alias.st status git config --global alias.co checkout git config --global alias.ci commit --add git config --global alias.lg
阅读全文
摘要:Step 1 Information 信息 Please read the following important information before continuing 继续之前,请阅读以下重要信息 Step 2 Select Destination Location 选择安装位置 Step
阅读全文