diff --git a/pages/common/git-credential-store.md b/pages/common/git-credential-store.md new file mode 100644 index 0000000000000..0c1f96a78f7d5 --- /dev/null +++ b/pages/common/git-credential-store.md @@ -0,0 +1,8 @@ +# git credential-store + +> `git` helper to store passwords on disk. +> More information: . + +- Store Git credentials in a specific file: + +`git config credential.helper 'store --file={{path/to/file}}'`