- vs code에서 작업할 때 어떤 명령어를 입력해야하는지 알아봅시다.
- issue와 branch의 개념에 대해서 알아봅시다.
- PR을 날리는 방법과 merge에 대해서 알아봅시다.
git clone https://github.com/snowflowerthon-hongik/PROJECT.git .
# GitHub 혹은 VS Code에서 본인 이름의 브랜치를 만든다.
git checkout {본인 GitHub 핸들: branch}
# 코드를 수정하고, commit message를 작성한다.
git push