diff --git a/.gitconfig b/.gitconfig index 5e2f233..cbbf4a3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -78,6 +78,11 @@ # Detect whitespace errors when applying a patch. whitespace = fix +[branch] + + # Sort branches by commit date. + sort = -committerdate + [column] # Automatically use a column UI.