Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 209 Bytes

git-revert.md

File metadata and controls

12 lines (9 loc) · 209 Bytes

git revert

恢复一些已经存在的提交

用法

git revert [--[no-]edit] [-n] [-m parent-number] [-s] [-S[<keyid>]] <commit>...
git revert --continue
git revert --quit
git revert --abort