git-credential-helper-cache.md hinzugefügt
This commit is contained in:
parent
8a04325c63
commit
6c8ef43969
1 changed files with 9 additions and 0 deletions
9
git-credential-helper-cache.md
Normal file
9
git-credential-helper-cache.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
example ~/.gitconfig to remember the password for the git user
|
||||
|
||||
```
|
||||
[user]
|
||||
email = foo@bar.com
|
||||
name = Peter Lustig
|
||||
[credential]
|
||||
helper = cache --timeout=32400
|
||||
```
|
Loading…
Reference in a new issue