[모음] 깃 명령어

송철진·2022년 11월 30일
0

Pull

특정 브랜치(ex. feature/setting) Pull하기
git pull origin feature/setting

Clone

특정 브랜치(ex. feature/setting) clone하기
git clone -b {branch_name} --single-branch {저장소 URL}
git clone -b feature/setting --single-branch https://github.com/Gyelanjjim/test.git

삭제

git branch -d <branchname>

profile
검색하고 기록하며 학습하는 백엔드 개발자

0개의 댓글