git-credential-manager
git-credential-manager copied to clipboard
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
Mirroring #1811, add support to set default settings for Linux, via MDM tooling. For this platform we look for files in the `/etc/git-credential-manager/config.d` directory. Files are a simple format of...
fixes https://github.com/git-ecosystem/git-credential-manager/issues/1825
merge + Compare
Missing the update of single-use-tokens will lead to continuous re-registration requirement for GCM. Check is done correctly for new value. Just the storage step used the old value instead of...
Oracle Linux's distro ID in /etc/os-release is "ol". Added this ID to the list of RHEL compatible distributions in the distribution case. Resolves issue #1856
compare pull request