Skip to content

Instantly share code, notes, and snippets.

View JungTag's full-sized avatar

JungTag JungTag

View GitHub Profile
@JungTag
JungTag / semantic-commit-messages.md
Created February 27, 2023 15:30 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

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

@JungTag
JungTag / nvm_quick_start.md
Created April 6, 2021 01:04 — forked from falsy/nvm_quick_start.md
NVM(Node Version Manager) 맥OS에서 설치 & 사용하기

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