[master (root-commit) 281e740] annexed testfile.bin 1 file changed, 1 insertion(+) create mode 120000 testfile.bin > git status # On branch master # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>.....
Header包含 type,scope(可选),subject Type 类型 (feat、fix、docs、style、refactor、test、chore) 为此次内容变更的类型,只能为下面的标识: - feat: 新特性 - fix: 修复bug - build: 构建或者外部依赖的变更~~ - refactor: 代码重构,既不是feat也不是fix的代码变更 - docs: 文档变更 - style: 风格,不...
subject是 commit 目的的简短描述,不超过50个字符。 以动词开头,使用第一人称现在时,比如change,而不是changed或changes 第一个字母小写 结尾不加句号(.) <type>(<scope>): <short summary> │ │ │ │ │ └─⫸ Summary in present tense. Not capitalized. No period at the end. │ │ │ └─...
使用第一人称现在时,比如使用change而不是changed或changes。 应该说明代码变动的动机,以及与以前行为的对比。 Footer Footer 部分只用于两种情况。 1、不兼容变动 如果当前代码与上一个版本不兼容,则 Footer 部分以BREAKING CHANGE开头,后面是对变动的描述、以及变动理由和迁移方法。
valid for the summary command. Limit the summary size (number of commits shown in total). Giving 0 will disable the summary; a negative number means unlimited (the default). This limit only applies to modified submodules. The size is always limited to 1 for added/deleted/typechanged ...
以动词开头,使用第一人称现在时,比如change,而不是changed或changes 第一个字母小写 结尾不加句号(.) 5.3 Body Body 部分是对本次 commit 的详细描述,可以分成多行。下面是一个范例。 代码语言:javascript 复制 此次修改主要对***功能模块进行重构,包含以下部分:1.AAAAAAA...2.BBBBBBB...3.CCCCCCC... body...
<slot> is one of header (the header text of the status message), added or updated (files which are added but not committed), changed (files which are changed but not added in the index), untracked (files which are not tracked by Git), branch (the current branch), nobranch (the ...
1. 以动词开头,使用第一人称现在时,比如change,而不是changed或changes 2. 第一个字母小写 3. 结尾不加句号(.) 1.2.2 Body 正文 Body 部分是对本次 commit 的详细描述,可以分成多行。 1. 需要简要的列出各种正向或者反向的测试场景,测试通过,填pass。
ItemContentType ItemDetailsOptions ItemModel ItemModel IterationCapacity IterationReason IterationWorkItems ITfvcResourceVersion IToast IUriParseOptions IVersionControlRepositoryService IVssIdentityService IVssRequestOptions IVssRestClientOptions IWidget IWidgetConfiguration IWidgetConfigurationContext IWorkItemChangedArgs ...
(1)使用第一人称现在时,比如使用change而不是changed或changes。 (2)应该说明代码变动的动机,以及与以前行为的对比。 Footer Footer 部分只用于两种情况。 (1)不兼容变动 如果当前代码与上一个版本不兼容,则 Footer 部分以BREAKING CHANGE开头,后面是对变动的描述、以及变动理由和迁移方法。 BREAKING CHANGE: isolate...