Is it possible to configure an existing local clone of a git repository for sparse checkout?
Existing discussion points to performing git init
and git remote add -f origin <repo>
which results in long download times for my situation.
I already have a repository locally and I just want to configure it for sparse checkout and then switch to a particular branch.
Thanks very much!