git-credential-helper-cache.md hinzugefügt

This commit is contained in:
DeltaLima 2024-06-03 18:07:20 +02:00
parent 8a04325c63
commit 6c8ef43969

View 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
```