Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 161 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 161 Bytes

git rv

Short for "git revert"

Git alias:

rv = revert

Example:

git rv

Revert will undo the changes from some existing commits.