完了です。

プッシュ成功(2コミットをリモートに反映)
リモートURLからトークンを除去し、~/.git-credentials に保存する形に変更
次回から git push だけ
This commit is contained in:
Akira
2026-02-21 16:04:01 +09:00
parent 2743343ed2
commit 5b806b4c32

View File

@@ -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)"
]
}
}