command-snippets/git-credential-helper-cache.md

9 lines
175 B
Markdown
Raw Permalink Normal View History

example ~/.gitconfig to remember the password for the git user
```
[user]
email = foo@bar.com
name = Peter Lustig
[credential]
helper = cache --timeout=32400
```