git-revert(1) Manual Page, Git Documentation, 2024 - Provides the official and detailed technical specification for the git revert command, including all available options and their usage.
Reverting a Commit (from "Pro Git" book), Scott Chacon and Ben Straub, 2024 (Apress) - Offers a comprehensive explanation of git revert as a method for safely undoing changes without altering existing history, differentiating it from other history modification tools.