오늘은 기본적인 Git 명령어에 대해 정리해보겠습니다.사용자 이름 설정git config --global user.name "사용자 이름" 사용자 이메일 설정git config --global user.email "사용자 이메일" 설정된 Git 정보 확인git co