소스 검색

git: sort branches by last committed

Thomas Dy 3 달 전
부모
커밋
ef1a97b4c4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .config/git/config

+ 1 - 0
.config/git/config

@@ -27,6 +27,7 @@
 [branch]
 	# we use a hook to set this up instead
 	autoSetupMerge = false
+	sort = -committerdate
 [remote]
 	pushDefault = origin
 [alias]