반응형 Git 명령어1 git 자주 쓰는 명령어 목차 자주 쓰는 명령어 git 가져오기 위한 clone git clone [branch name] git push 할때 git add . git commit -m git push git branch 확인 및 branch 변경 git branch git checkout [branch] git 업데이트 하기위해 pull git pull 빌드는 서버에 올릴 수 있는 상태로 만드는 것을 빌드라고 합니다. 정보확인 git show 최근 커밋한 정보 나오는듯 git config --list 여러 설정정보 나온다. git remote update - 새로고침 특정브랜치만 클론 : git clone -b [branch_name] [repository url] 2021. 8. 3. 이전 1 다음 반응형