Question: What features do repository managers such as GitHub provide beyond Git?

  1. Repository managers are proprietary versions of Git that do not include enhanced features.
  2. Repository managers provide an enhanced command-line tool that is used to manage multiple local repositories.
  3. Repository managers provide an online service for hosting Git repositories that include collaboration features such as pull requests, issue tracking, and peer reviews.
  4. Repository managers distribute repositories across multiple locations on a user's workstation, providing redundant storage that allows for quick backup and recovery.

Answer: The correct answer of the above question is Option C:Repository managers provide an online service for hosting Git repositories that include collaboration features such as pull requests, issue tracking, and peer reviews.