We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a769898 commit 07d18ffCopy full SHA for 07d18ff
README.md
@@ -38,11 +38,10 @@ Go to [configuring](#Configuring)
38
# Configuring
39
Set gh-login as your git credential helper
40
41
-```git config --global credential.https://github.com.helper 'gh-login -b cache'```
+```git config --global credential.https://github.com.helper "gh-login -b 'cache --timeout=86400'"```
42
43
-You can change cache to any credential helper you like
+This will set 'cache' with a timeout of 1 day (86400 seconds) as the backing helper. See https://git-scm.com/docs/gitcredentials
44
45
-NOTE: You can also manually edit $HOME/.gitconfig
46
47
48
0 commit comments