From 2de156539bebad71801a9276e14c763fb6e84469 Mon Sep 17 00:00:00 2001 From: coelner Date: Tue, 4 Jul 2023 09:19:52 +0200 Subject: [PATCH] minor git --- git_usage.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git_usage.md b/git_usage.md index 831701e..65b66ed 100644 --- a/git_usage.md +++ b/git_usage.md @@ -5,4 +5,8 @@ ### cheat sheet find and clean up repositories recursvely -`find . -type d -name '.git' -prune -execdir bash -c "pwd; git reflog expire --all --expire=now; git gc --aggressive --prune=now" \;` \ No newline at end of file +`find . -type d -name '.git' -prune -execdir bash -c "pwd; git reflog expire --all --expire=now; git gc --aggressive --prune=now" \;` + +### gnome key store +to change/activate git credential storing within the gnome key store: +`git config --global credential.helper libsecret` \ No newline at end of file