From c9c11e82ace7f2345723814c1707d3fd57d5615b Mon Sep 17 00:00:00 2001
From: Kohei Watanabe <nebel@fogtype.com>
Date: Sun, 2 Mar 2025 00:27:08 +0900
Subject: [PATCH] update .gitconfig

---
 .gitconfig | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/.gitconfig b/.gitconfig
index 7b096b9..7ee55df 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -6,17 +6,19 @@
 	gpgSign = true
 [core]
 	commentChar = ";"
+[credential "https://git.fogtype.com"]
+	helper = !tea login helper
+[credential "https://gist.github.com"]
+	helper = !gh auth git-credential
+[credential "https://github.com"]
+	helper = !gh auth git-credential
 [init]
 	defaultBranch = main
 [pull]
 	rebase = true
-[rebase]
-	autoStash = true
 [push]
 	autoSetupRemote = true
-[credential "https://github.com"]
-	helper = !gh auth git-credential
-[credential "https://gist.github.com"]
-	helper = !gh auth git-credential
+[rebase]
+	autoStash = true
 [include]
 	path = ~/.gitconfig.local