오늘의 인기 글
최근 글
최근 댓글
Today
Total
05-10 00:03
관리 메뉴

우노

[Github] 특정 branch clone 본문

DevOps/GitHub

[Github] 특정 branch clone

운호(Noah) 2023. 2. 16. 17:47

특정 branch clone

git clone -b <branch명> <remote_repo주소>
Comments