1. 깃허브에 가입을 하고 repository를 만듦

Untitled

Untitled

Untitled

깃허브는 소스코드를 올리는 공간

깃은 소스코드를 내 컴퓨터에서 인터넷으로 올려주는 역할

  1. git 다운로드

Git - Downloads

  1. git에 대한 셋팅

<aside> 💡 git config —global user.name “seunghyeon lee” (진짜 내 이름)

</aside>

<aside> 💡 git config —global user.email “[email protected]” (가입한 깃허브 아이디)

</aside>