Git1 Github Setup Make Github Repositories Git Bash git config --global user.email "이메일" git config --global user.name "깃허브 계정 이름" git init [UPLOAD] git add * git commit -m "first commit" git push origin master [DOWNLOAD] git clone URL 이전 1 다음