git 저장소를 추가한다.
1 |
C:\web\node\hero-server>git init |
.gitignore 화일을 추가한다.
1 2 3 4 5 |
/.idea /node_module /dist package-lock.json |
version control 탭에서 working area 에 있는 화일은 staging area로 add하고 commit 한다.
commit 후 VCS > import into version control > share project on github로 프로젝트를 github에 공유한다.