ํŠน์ • branch clone
git clone -b {branch_name} --single-branch {์ €์žฅ์†Œ URL}
ex) git clone -b javajigi --single-branch https://github.com/javajigi/java-racingcar

 

 

 

single branch clone ์ดํ›„ ํŠน์ • branch ์ถ”๊ฐ€ clone
git remote set-branches --add origin {branch_name}
git fetch origin dev_front

# ๋ธŒ๋žœ์น˜ ๋ฆฌ์ŠคํŠธ ํ™•์ธ
git branch -a

git checkout {branch_name}

+ Recent posts