I made a mess of my git settings. When I check my remote settings with
git remote -v
I get
origin https://cx1964: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@github.com/cx1964/home_claude_bin_scripts.git (fetch)
origin https://cx1964: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@github.com/cx1964/home_claude_bin_scripts.git (push)
origin https://github.com/cx1964/cx1964Repos_fastAPI_React_Redis.git (push)
But I want
origin https://github.com/cx1964/cx1964Repos_fastAPI_React_Redis.git (fetch)
origin https://github.com/cx1964/cx1964Repos_fastAPI_React_Redis.git (push)
How can I achieve this?