티스토리 뷰

개발/Tools

[GIT] 특정 브랜치 Clone

-=HaeJuK=- 2024. 5. 27. 14:44
728x90

특정 브랜치 만!! Clone 하기 

git clone -b {branch_name} --single-branch {저장소 URL}

https://github.com/google/re2.git

 

GitHub - google/re2: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. - google/re2

github.com

git clone -b 2024-05-01 --single-branch https://github.com/google/re2.git
git clone -b 2024-04-01 --single-branch https://github.com/google/re2.git

 

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함
250x250