When I have:
how do I stage only the
I suggest something like this to copy:
for i in source/path ; do cp source/path/$i ./$i ; git add $i ; done
I'm not very well at shell scripting, but this would be an attempt