본문 바로가기
개발/개발 기타

[Tip of the Day] IntelliJ : View Git blame annotations

by 똘똘이박사 2023. 9. 21.

View Git blame annotations

Git annotations show detailed information on the origin of each code line (right-click the gutter and select Annotate with Git Blame).
Right-click an annotation and choose Show Diff to review the differences between the current and the previous version of the file.
 

 

반응형