Hello!
On my project, under Files and folders, there one specific folder that I need to modify the source and sync it using command line. The parent folders and all other files must remain intact. The structure is:
Application folder
- folder A
- folder B
- folder C
--folder C.1 -> I want to modify just the contents of this folder.
- file 1
- file 2
how can I do this?
Thank you!