Skip to content
Knowledge Framework
Search
Meta
K
Main Navigation
Home
web3
docker
linux
http
webpack
algorithm
article
books
TypeScript 教程
Vue.js 设计与实现
interview
css
react
vue
工程化
手写代码
unfiled
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
On this page
1. 学前疑问
2. 初步了解
通过翻阅
Git官方文档
1
从定义上可以得知
git revert: 创建一个新提交,
恢复
其他
提交
的更改
git restore:
恢复
某个索引下的
文件
git reset:
重置
到某个历史
索引
3. 应用场景
3.1 git revert
在
3.2 git restore
产
3.3 git reset
版
总结
课后疑问
参考资料
[1]
Git官方文档:https://git-scm.com/docs/git
===>
back