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