우아한 프로그래밍
반응형
GIT 콘솔(Console) 명령어(Command) 모음
프로그래밍/GIT 2018. 9. 17. 10:40

1. 명령어 모음 특정 사용자의 커밋 로그 조회하기 : git log --author="홍길동" 특정 사용자가 커밋한 파일의 목록 조회하기 : git log --no-merges --author="홍길동" --name-only --pretty=format:"" | sort -u

반응형