Slow git commit

I have one repository where the git add and git commit commands have become very slow. I guess I could clean up the repo to speed it up. What is a good way of doing this? Can I use for example git gc without breaking anything with renku?

Hi @rcnijzink - can you try with --no-verify and see if it makes a difference? That will skip the git hooks. You’ll need to make sure to take care of things like adding large files to LFS yourself in that case.

Thank you! That helped indeed :slight_smile: