Hi @infiniteshi,
I understand that you already have downloaded the ZIP package from CRX/DE and you have successfully unzipped it (If not, use "archive utility" or use terimal cmd : "unzip <package_name.zip>").
Now if you open the files and get till the conf folder, you might see .content.xml file (If not, use CMD+Shift+'.' or you can see via terminal cmd: "ls -a" to display files starting with ".", which are hidden by default in finder).
Now to commit the same you can create folders having those .content.xml.
For instance if I want : /conf/myProj/v1 in your codebase, the do:
- Create folder conf, child folder myProj , sub child v1 and paste the .content.xml of v1 from unzipped package.
Please feel free to reach out for further concerns. Thanks.