
github과 내 컴퓨터 환경을 연결하는 방법은 무엇일까? -> github에 올라와 있는 파일 복제(clone), commit한 사람을 인증하기(config)를 먼저 알아보기
github의 repository를 clone하여 나의 로컬환경에서 작업을 진행할 수 있다.
git config을 통해 commit한 사람이 누구인지 확인할 수 있다.
git config--global user.name [username]
git config--global user.email [useremail@]