I would like to write my own notes/tests/code in org and then use org-bable-tangle
to produce source files. However, all of these files are subject to version control and hence subject to change from outside my org environment.
I would like to be able to have a number of src
blocks and then tangle to a bunch of different files, each of which would be commit to version control. But at the same time, be able to "untangle" each of these files back into my org file after pulling any changes from version control.
Is there any straightforward way of doing this? I am now considering playing with insert-file-contents