티스토리 뷰

공부

[Git] Semantic Commit Messages

승가비 2020. 4. 2. 23:35
728x90
feat: (new feature for the user, not a new feature for build script)
fix: (bug fix for the user, not a fix to a build script)
docs: (changes to the documentation)
style: (formatting, missing semi colons, etc; no production code change)
refactor: (refactoring production code, eg. renaming a variable)
test: (adding missing tests, refactoring tests; no production code change)
chore: (updating grunt tasks etc; no production code change)

 

https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

728x90

'공부' 카테고리의 다른 글

[Python] requests UserAgent  (0) 2020.04.03
[Python] trim ==> strip 공백제거  (0) 2020.04.03
[Heroku] Python App not compatible with buildpack  (0) 2020.04.02
[Python] try & except  (0) 2020.04.02
[Python] WSGI  (0) 2020.03.30
댓글