Re: Source Control



TObject wrote
> I check in updated files into source control without reviewing changes.
> What's wrong with that?

You do not know what you check in before you have made a diff!

You can trust your development system.
You can trust your OS.
You can trust your coworkers not to have used your pc.
You can trust yourself only to have made the minimum neccessary changes.

If you cannot trust your version control system you are probably lost.

Regards Henrik


.