https://madplay.github.io/post/change-git-author-name git commit author 변경 (커밋 작성자 변경하기) git commit 작성자를 잘못 입력하여 push까지 해버렸다. 커밋 작성자의 이름을 다시 바꿀 수 있을까? madplay.github.io https://meetup.toast.com/posts/122 GitHub의 Merge, Squash and Merge, Rebase and Merge 정확히 이해하기 : NHN Cloud Meetup GitHub의 Merge, Squash and Merge, Rebase and Merge 정확히 이해하기 meetup.toast.com
GIT 커밋 메시지 컨벤션 (이대로 할 필요는 없다. 대충 이런 방식이 있다는 정도 알아두면 된다.) AngularJS commit conventions1 AngularJS commit conventions2 type(scope): short summary BLANK LINE body BLANK LINE footer (Breaking Changes, Referencing Issues 올 수 있다) feat : 새로운 기능 추가 fix : 버그 수정 docs : 문서 관련 style : 스타일 변경 (포매팅 수정, 들여쓰기 추가, …) refactor : 코드 리팩토링 test : 테스트 관련 코드 build : 빌드 관련 파일 수정 ci : CI 설정 파일 수정 perf : 성능 개선 chore : 그 ..