First, run the development server:
yarn dev
というように色々とメリットがあるので、個人開発の時もコミット単位やコミットメッセージをちゃんと書くようにする。
JIRAを使っているならチケット番号を書くと勝手にリンクしてくれるので便利。 今回はそこまでやるつもりないのでやらない。
<Prefix> : 修正内容概要
修正した内容の細かい説明
feat: A new feature
fix: A bug fix
docs: Documentation only changes
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf: A code change that improves performance
test: Adding missing or correcting existing tests
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
test: Adding missing or correcting existing tests
ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
適切な単位でコミットを着くことにつながる。
github flowを採用する。