From e2a12cd111cc13ab463efb33b97b82af8b041def Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Sun, 23 Nov 2025 00:04:20 +0530 Subject: [PATCH] chore(git): Change default branch: `master` -> `main` --- common/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/.gitconfig b/common/.gitconfig index 2a11774..ff68ba9 100644 --- a/common/.gitconfig +++ b/common/.gitconfig @@ -1,3 +1,6 @@ +[init] + defaultBranch = main + [user] email = mail@pratik.live name = Pratik Tripathy