Skip to content

2. GitHub 시작하기


1. 처음 프로젝트 연결하기

git remote add origin https://github.com/example/exmaple.git


2. 처음 Local Repository를 보내기

git push -u origin master


3. Local Repository를 보내기

git push


4. Remote Repository를 가져오기

git pull


5. 프로젝트 가져오기

git clone https://github.com/example/example.git