Pre-Commit and Post-Commit Review

There are two types of code review:

  • Post-commit review is a form of code review where a code is reviewed after it has been submitted to a repository.

Post-commit-review

  • Pre-commit review takes place before code goes into the repository.

Pre-commit-review

Read the Pre-Commit and Post-Commit Review article to learn more about these types of review.

Note:

Pre-commit review is available for TFS repositories only.