0. desktop.github.com/ 다운로드하기! 바꾸는 내용없이 NEXT 해서 download 를 완료해주세요 GitHub Desktop Simple collaboration from your desktop desktop.github.com => github desktop 다운로드하기 1. 방법 1 (기존 파일과 연동하기) git config --global user.name 이름 git config --global user.email 이메일 git clone http://github.com/이름/레퍼지토리 이름.git/ 순으로 다음과 같이 입력하면 해당 repository와 clone되고 2번처럼 로컬저장소에 파일이 생성됩니다. 방법 2 (새로 만들기) File- New Repository 에서..