minor git

This commit is contained in:
coelner 2023-07-04 09:19:52 +02:00
parent 4ca1ebecae
commit 2de156539b

View File

@ -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" \;`
`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`