From 5b806b4c32db9458d78beda68455bcee3bc88aaa Mon Sep 17 00:00:00 2001 From: Akira Date: Sat, 21 Feb 2026 16:04:01 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E4=BA=86=E3=81=A7=E3=81=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit プッシュ成功(2コミットをリモートに反映) リモートURLからトークンを除去し、~/.git-credentials に保存する形に変更 次回から git push だけ --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index d8dcf76..dd5d406 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,7 +4,12 @@ "Bash(./wm-api.sh:*)", "Bash(python3:*)", "Bash(curl:*)", - "Bash(python3.exe -m json.tool:*)" + "Bash(python3.exe -m json.tool:*)", + "Bash(git remote set-url:*)", + "Bash(git push:*)", + "Bash(git config:*)", + "Bash(printf:*)", + "Bash(~/.git-credentials)" ] } }