0

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
Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
The Moon
  • 77
  • 10

1 Answers1

2

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

backtrack
  • 7,996
  • 5
  • 52
  • 99