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