git 핵심 명령어 정리
git init > 깃 등록 git remote add origin 주소 > 깃 등록 주소 설정 git config user.name 깃 아이디 > 깃 아이디 설정 git config user.email 깃 이메일 > 깃 이메일 설정 rm -rf .git : 깃 세팅 초기화 git add . git commit -m "커밋 메시지" git push origin master git update-git-for-windows