Is it possible to get a git repository back into the state it was after running git clone --no-checkout
, i.e. without any files checked out / without having a checked-out working tree?
I’d like to just use different work trees for different features, and have nothing checked out into the root directory.