1. repository 생성하기1.1 내 C드라이브에 project 파일 생성 후 깃허브 실시- repository 생성더보기git inti git config --local user.email "이메일" git config --local user.name "id"- Readme 파일 추가더보기git add . git commit git branch -M maingit remote add origin 주소 git push origin main1.2 깃허브에 Template 등록하기- 나의 new repository을 private으로 만들기- setting > feature에 set up-template의 Bug/ Feature/ New feature 추가하고 Propose changes 버튼 클릭 후..