[GIT MERGE] 유용한 git 명령어

Guillermo Austin Kim|2020년 11월 16일
Posts

[GIT MERGE] 유용한 git 명령어

Guillermo Austin Kim|2020년 11월 16일

각 프로젝트 별로 'git status' 결과를 디렉터리 위치와 함께 확인하고 싶을 때; repo forall -c 'pwd; git status' 2>&1 | tee total_conflic.c total_conflic.c 파일을 열어보면 'git status'를 입력한 결과를 볼 수 있습니다.