프로그래밍/GIT

GIT 콘솔(Console) 명령어(Command) 모음

자바조아! 2018. 9. 17. 10:40

1. 명령어 모음


  1. 특정 사용자의 커밋 로그 조회하기 : git log --author="홍길동"

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