Skip to content

Commit

Permalink
Quartz sync: Apr 29, 2024, 11:46 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
opfuchs committed Apr 30, 2024
1 parent 725e701 commit fbed7fd
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions content/Infrastructure etc./Git.md
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.

0 comments on commit fbed7fd

Please sign in to comment.