-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Git Credential Manager | ||
|
||
https://github.com/git-ecosystem/git-credential-manager | ||
|
||
NOTE: Only works with GitHub and Azure Repos | ||
|
||
**Basic Usage tl;dr** | ||
|
||
1. Set a secret store (e.g., the freedesktop Secret Service) via either the `GCM_CREDENTIAL_STORE` environment variable (`export GCM_CREDENTIAL_STORE=<store>)` or git configuration settings (`git config --global credential.credentialStore <store>`). On Linux, `secretservice` is the best default choice in most circumstances. | ||
2. Run `git-credential-manager <provider> login`. This can be either `github` or `azure-repos` | ||
|
||
That's it. Most of the complexity in the official documentation is good to know especially for more serious dev projects, but the above is all that's needed to get going. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.