1. git 과 github desktop 설치 & github 회원가입
1) git 설치 ( git-scm.com/downloads )
git(깃) - 파일의 변경 내역을 추적하는 것 ( Version Control System )
2) github desktop 설치 ( desktop.github.com/ )
github(깃허브) - 파일과 추적한 파일의 변경 내역을 업로드하는 공간
github desktop - github를 초보자가 관리하기 쉽게 도와주는 도구
3) github 회원가입( github.com/ )
github 회원가입 방법
2. github에 repository 생성
github 내에 폴더를 만들고 내 컴퓨터에 복제(연동)하는 방법
1) github 로그인 ( github.com/ )
2) github에서 Repositories 옆 New 를 누른다.
3) Create a new repository 창에 아래 사항을 기입한 후 Create repository 를 누른다.
Initialize this repository with: 는 아무 것도 체크하지 않는다.
4) 아래 화면이 뜨면 github에 repository가 잘 생성된 것이다.
5) github desktop을 열어 Clone a repository를 누른다.