From 7f4becd56a539d30f63f6136cf8facc8026e20d9 Mon Sep 17 00:00:00 2001 From: BYHsu1019 <144554375+BYHsu1019@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:56:04 +0800 Subject: [PATCH] Update README.md Add description of git-revert --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85a3e28..b91d5df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # git-tutorials a tutorial for demonstrating git usage and lecturing. + +git-revert - Revert some existing commits +Given one or more existing commits, revert the changes that the related patches introduce, and record some new commits that record them.