I have git repository with size 38GB and rising.
Is there a way to have local "thin" repository which will contain only current state of remote repository without any history?
I tried git clone --depth=1
but this only downloads repository with last change and not forcing repository to have always minimal possible size.