From b6c0bed615b2517e0af76051d13d1ec063e999c3 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 7 May 2025 01:57:13 +0300 Subject: [PATCH] git default branch now is main --- home/user/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 1a82ab4..b57b9c9 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -11,7 +11,7 @@ logOutputEncoding = utf-8 [init] - defaultBranch = master + defaultBranch = main [push] default = current