Skip to content

Commit 07d18ff

Browse files
committed
README.md changes
1 parent a769898 commit 07d18ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ Go to [configuring](#Configuring)
3838
# Configuring
3939
Set gh-login as your git credential helper
4040

41-
```git config --global credential.https://github.com.helper 'gh-login -b cache'```
41+
```git config --global credential.https://github.com.helper "gh-login -b 'cache --timeout=86400'"```
4242

43-
You can change cache to any credential helper you like
43+
This will set 'cache' with a timeout of 1 day (86400 seconds) as the backing helper. See https://git-scm.com/docs/gitcredentials
4444

45-
NOTE: You can also manually edit $HOME/.gitconfig
4645

4746

4847

0 commit comments

Comments
 (0)