mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 07:49:04 +00:00
Update cheatsheets
This commit is contained in:
13
git-credential-store
Normal file
13
git-credential-store
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# git credential-store
|
||||
|
||||
> `git` helper to store passwords on disk.
|
||||
> More information: <https://git-scm.com/docs/git-credential-store>.
|
||||
|
||||
- Store Git credentials in a specific file:
|
||||
|
||||
`git config credential.helper 'store --file={{path/to/file}}'`
|
||||
Reference in New Issue
Block a user