Git Commit Messages 분류
git tag 이야기가 아니라, Commit 메시지가 많을 때(수백, 수천개) 카테고리를 지정하여 분류하는 방법에 대한 것이다.
git tag 이야기가 아니라, Commit 메시지가 많을 때(수백, 수천개) 카테고리를 지정하여 분류하는 방법에 대한 것이다.
원문: “I’ve code reviewed over 750 pull requests at Amazon. Here’s my exact thought process.”.
IntelliJ에서 Tomcat output을 보면 한글이 다 깨질 때가 있다. 아래 내용을 하나씩 체크하면서 문제가 해결되었는지 확인한다.
JetBrains 툴을 업데이트 하면 Git의 ‘Local Changes’ 탭이 사라질 때가 있다. Settings > Version Control > Commit 의 첫번째 항목인 ‘Use non-modal commit interface’를 check 하지 않으면 해결...
I created a script to reassign EIP(Elastic IP) on a specific EC2 instance to another. See darkchoco/reassign_eip.sh.