From 6c8ef4396934493b8a1bfcbe16d62a73cb0af6fa Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Mon, 3 Jun 2024 18:07:20 +0200 Subject: [PATCH] =?UTF-8?q?git-credential-helper-cache.md=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-credential-helper-cache.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 git-credential-helper-cache.md diff --git a/git-credential-helper-cache.md b/git-credential-helper-cache.md new file mode 100644 index 0000000..e869096 --- /dev/null +++ b/git-credential-helper-cache.md @@ -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 +``` \ No newline at end of file