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

175 B

example ~/.gitconfig to remember the password for the git user

[user]
    email = foo@bar.com
    name  = Peter Lustig
[credential]
    helper = cache --timeout=32400