소스트리 툴 강사님 추천
깃을 사용하려면 우선 설치
git bash 들어가서 사용자 이름, 이메일 설정 :
$ git config --global user.email "이메일"
$ git config --global user.name "설정할 이름"