Is it possible to git clone specific resource type? I'd like to clone only .resx file types from git repository. Can I apply any filter for:
git clone https://username:password@github.com/.../test.git
Is it possible to git clone specific resource type? I'd like to clone only .resx file types from git repository. Can I apply any filter for:
git clone https://username:password@github.com/.../test.git
We can not do that in clone. Please have a look into this links How do I clone a subdirectory only of a Git repository? and Partial clone with Git and Mercurial