김찬양의 개발일지
1. Git 기초 명령어 본문
1. git clone
git clone하는법
git clone <https://github.com/계정/리포지토리.git>
예를들어
git clone https://github.com/Kimchanyang524/Project.git
2. git pull
git pull하는법은
git pull origin main
1. git clone
git clone하는법
git clone <https://github.com/계정/리포지토리.git>
예를들어
git clone https://github.com/Kimchanyang524/Project.git
2. git pull
git pull하는법은
git pull origin main