Git Clone
Git Clone์ ์๊ฒฉ ์ ์ฅ์(Repository)์ ์์ค ์ฝ๋๋ฅผ ๋ก์ปฌ ์ ์ฅ์๋ก ๋ณต์ฌํ๋ ๋ช
๋ น์ด์
๋๋ค. ํ๋ก์ ํธ์ ์ ์ฒด ํ์คํ ๋ฆฌ์ ํจ๊ป ๋ชจ๋ ํ์ผ์ ๊ฐ์ ธ์ฌ ์ ์์ต๋๋ค.
git Clone
git clone <repository-url>
Bash
๋ณต์ฌ
1.
Repository
2.
Code
3.
URL ๋ณต์ฌ
์์:
git clone https://github.com/username/repository.git
Bash
๋ณต์ฌ
ํน์ ๋ธ๋์น๋ฅผ ํด๋ก ํ๊ณ ์ถ์ ๋:
git clone -b <branch-name> https://github.com/username/repository.git
Bash
๋ณต์ฌ