添加revert

This commit is contained in:
taynpg 2024-12-05 11:24:49 +08:00
parent 3125575610
commit 760caffbcf

View File

@ -53,3 +53,8 @@ git checkout commitid -- /path/folder/to
8.git更改分支master为main
git branch -M main
9.回退到某次提交且保留后续提交:
git revert -n xxx
git commit
git push