8000 GitHub - hzh100/git-command: git 命令行操作
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hzh100/git-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-command

git 命令行 常用操作学习、记录

verify git commit message

  yarn install or npm install

Git是目前世界上最先进的分布式版本控制系统(没有之一)。搭建Git服务器

Git commit message convention

This is adapted from Angular's commit convention

Messages must be matched by the following regex:

/^(revert: )?(feat|fix|polish|docs|style|refactor|perf|test|workflow|ci|chore|types)(\(.+\))?: .{1,50}/

Examples

Appears under "Features" header, compiler subheader:

feat(compiler): add 'comments' option

Appears under "Bug Fixes" header, v-model subheader, with a link to issue #28:

fix(v-model): handle events on blur

close #28

Appears under "Performance Improvements" header, and under "Breaking Changes" with the breaking change explanation:

perf(core): improve vdom diffing by removing 'foo' option

BREAKING CHANGE: The 'foo' option has been removed.

The following commit and commit 667ecc1 do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header.

revert: feat(compiler): add 'comments' option

This reverts commit 667ecc1654a317a13331b17617d973392f415f02.

About

git 命令行操作

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0