3. GitHub Clone(git init, remote, pull)

윤주헌's avatar
Aug 18, 2024
3. GitHub  Clone(git init, remote, pull)
git init, git remote ~ , git pull 한번에 할 수 있는게 있다.
시작, 연결, 다운 한번에 해준다
pull → 다운로드 + 병합
push → 업로드 + 병합

파일 만들기

notion image
pcroom 폴더에 들어가서 git bash들어가서
💡
git clone http주소
notion image
notion image
확인 방법
💡
cd myapp/ git log
Share article

code-sudal