2020-10-23 TIL

less than 1 minute read

커밋 메시지 스타일 가이드

  • https://udacity.github.io/git-styleguide/

  • type: subject

    body

    footer

  • The Type The type is contained within the title and can be one of these types:

feat: a new feature fix: a bug fix docs: changes to documentation style: formatting, missing semi colons, etc; no code change refactor: refactoring production code test: adding tests, refactoring test; no production code change chore: updating build tasks, package manager configs, etc; no production code change

그레이들 빌드

  • 해당 프로젝트 폴더에 가서 gradle build 아니면 gradle run

Categories:

Updated: