Quellcode durchsuchen

git: sort branches by last committed

Thomas Dy vor 3 Monaten
Ursprung
Commit
ef1a97b4c4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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]