-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-credential-cache: add page #9733
Conversation
Co-authored-by: K.B.Dharun Krishna <[email protected]>
Hi all! This thread has not had any recent activity. |
Hi all! This thread has not had any recent activity. |
@@ -0,0 +1,8 @@ | |||
# git credential-cache | |||
|
|||
> `git` helper to temporarily store passwords in memory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> `git` helper to temporarily store passwords in memory. | |
> Git helper to temporarily store passwords in memory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't apply them automatically: no such button available for me. :( So, please apply them yourself if u think it makes PR better.
|
||
- Store Git credentials for a specific amount of time: | ||
|
||
`git config credential.helper 'cache --timeout={{1..infinity}}'` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this better
`git config credential.helper 'cache --timeout={{1..infinity}}'` | |
`git config credential.helper 'cache --timeout={{time_in_seconds}}'` |
Hi all! This thread has not had any recent activity. |
Hi everyone. |
common
,linux
,osx
,windows
,sunos
,android
, etc.#3953