Today I Learn..

Recent posts

Git Commit Messages 분류

less than 1 minute read

git tag 이야기가 아니라, Commit 메시지가 많을 때(수백, 수천개) 카테고리를 지정하여 분류하는 방법에 대한 것이다.

PR 리뷰시 유념할 점

less than 1 minute read

원문: “I’ve code reviewed over 750 pull requests at Amazon. Here’s my exact thought process.”.

IntelliJ의 Tomcat output 내 한글 출력

less than 1 minute read

IntelliJ에서 Tomcat output을 보면 한글이 다 깨질 때가 있다. 아래 내용을 하나씩 체크하면서 문제가 해결되었는지 확인한다.

IntelliJ 내 ‘Local Changes’ 탭이 사라졌을 때

less than 1 minute read

JetBrains 툴을 업데이트 하면 Git의 ‘Local Changes’ 탭이 사라질 때가 있다. Settings > Version Control > Commit 의 첫번째 항목인 ‘Use non-modal commit interface’를 check 하지 않으면 해결...