동일한 파일의 다른 커밋 차이를 확인하는 세 가지 방법

1685 단어 SourceTreeGitHubGit

Git


$ git diff commit1 commit2 -- path/to/file

git 명령은 이것으로 갈 수 있습니다.
  • Git - git-diff Documentation

  • Github


    http://github.com/<USER>/<REPO>/compare/[<START>...]<END>
    

    오래된 커밋을 먼저 씁니다.

    Compare

    이런 느낌이 듭니다.
  • Introducing GitHub Compare View

  • SourceTree


    Cmd 누르면서 비교하고 싶은 커밋을 2개 선택하는 것만으로 차이가 나온다. 편리!

    기타 참고 기사


  • Git: how to diff the same file between two different commits on the same branch? - Stack Overflow
  • transitive.info - git diff 사용법
  • Github에서 커밋과 브랜치와 태그 사이의 diff를 보는 Compare view 사용 - kanonji의 일기
  • 좋은 웹페이지 즐겨찾기