PROGRAMMING/React
git branch 목록
ITSCASSIE1107
2023. 8. 26. 19:19
반응형
로컬 목록 보기
git branch
리모트 목록 보기
git branch -r
전체 목록 보기
git branch -a
반응형