You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
I'm thinking about using git to store my configuration files online, however from my reading of the source code, given a .cfconfig file it's possible to get the plain text password.
Is it possible to move the password to a separate file (for example .cfcredential)? For reference, git supports storing password indefinitely, but the password is stored (in plain text) in the ~/.git-credentials file.
I'm thinking about using git to store my configuration files online, however from my reading of the source code, given a
.cfconfigfile it's possible to get the plain text password.Is it possible to move the password to a separate file (for example
.cfcredential)? For reference, git supports storing password indefinitely, but the password is stored (in plain text) in the~/.git-credentialsfile.