I would like to automate my commits on Visual studio. However, I do not want to commit every time the files change. I only want to make successful builds. Therefore, my code is always "built".
The main reason, as a rule, I forget to commit between big changes, and I always finish before and after adding functions.
source share