소스 검색

interactive rebase: set commit format

Fabian Peter Hammerle 5 년 전
부모
커밋
896b568782
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -12,6 +12,9 @@
 [commit]
 	gpgsign = true
 
+[rebase]
+	instructionFormat = %G? %s (%an <%ae>, %ai)
+
 [push]
     default = simple