Commit Message Conventions These rules are adopted from the AngularJS commit conventions. Goals Generating CHANGELOG.md Recognizing unimportant commits Provide more information when browsing the history Format of the commit message Subject line
Semantic Commit Messages See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Example
NVM(Node Version Manager) Quick Start 맥OS에서 NVM 사용하기 NVM 설치 1. 설치 $ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash