You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: