I use vcsh as an archiving tool, adding and commiting important files throughout my laptop.
My problem is that some of the files I'd like to archive are already in another git repository. I don't want to add this git repo as a submodule because this is a bit of a pain and some of these git repo are local anyway so having a submodule for this do not really make sense.
Basically my question is: is there a way to allow vcsh to add files from a folder that contains a .git ?
Thanks.