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