mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 07:50:31 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
13
tldr/git-credential-store
Normal file
13
tldr/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