반응형
사용하는 입장에서의 명령어 모음
PX4를 예시로 해보자.
깃 저장소 복사해오기
git clone "git 주소"
예시 (현재는 1.11 버전이 Master 버전이다.)
git clone https://github.com/PX4/Firmware.git
깃 저장소 특정 가지 branch 복사해오기
git clone --single-branch "git 주소" "branch 이름"
예시 (1.10 버전을 복사해온다)
git clone --single-branch https://github.com/PX4/Firmware.git release/1.10
728x90
'SW > Others' 카테고리의 다른 글
[21.03.21] QT로 만드는 SerialCom (0) | 2021.03.21 |
---|---|
Multicast WiFi에 대해 알아보자. (0) | 2020.10.11 |
Pytorch_Tutorial : Neural Net (0) | 2020.09.20 |
Pytorch_Tutorial : Plus/Minus and transfer to/from numpy (0) | 2020.09.20 |
How to use Tensorflow on virtualenv and jupyter notebook (0) | 2020.08.07 |