2. GitHub 시작하기
1. 처음 프로젝트 연결하기
git remote add origin https://github.com/example/exmaple.git
2. 처음 Local Repository를 보내기
git push -u origin master
3. Local Repository를 보내기
4. Remote Repository를 가져오기
5. 프로젝트 가져오기
git clone https://github.com/example/example.git