이름 및 이메일 설정
git config --global user.name "ryeoni"
git config --global user.email "ryeoni@gmail.com"
확인하기
git config --global user.name
git config --global user.email
저장소 초기화
현재 있는 디렉토리에서 새 저장소를 초기화한다(새 저장소의 홈이됨)
git init
참고
【한글자막】 Git & Github 실무 활용 완벽 가이드