In a SCM managed project, I think writing directly to the file system is more productive – git diff will take care of the diffs and other things. A --inplace=no|yes|«backup-extension» or similar option (think sed -i) would achieve that – bonus points for checking for ..git/ and changing the default accordingly.
In a SCM managed project, I think writing directly to the file system is more productive – git diff will take care of the diffs and other things. A
--inplace=no|yes|«backup-extension»or similar option (thinksed -i) would achieve that – bonus points for checking for..git/and changing the default accordingly.