docs: stop recommending a credential helper that stores plaintext
The README told people to use `credential.helper store`, which writes the token in clear text to ~/.git-credentials. Steid hashes tokens server-side precisely so a stolen database holds nothing presentable; telling the user to keep the plaintext on their laptop hands back exactly what that protects. Now recommends the OS keystore helper per platform, and warns against putting the token in the remote URL, where it lands in .git/config, `git remote -v` and shell history. Also says the thing a newcomer actually wants to know, since it is the first friction they hit: you type the token once and the helper answers every push after that. Pushing to GitHub feels credential-free for that reason and no other. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JZwc7URWKVhkAuRTWiDmjA
JamesPatrickGill authored 7 days agoparentef23868Browse files
aa20db5755a2fb4586465bb0b9eb966ba39467cf