개발/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
728x90