mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 17:36:37 +02:00
Translated the section of reverting pull request
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
- [GitHub Pages的元数据与插件支持](#github-pages%E7%9A%84%E5%85%83%E6%95%B0%E6%8D%AE%E4%B8%8E%E6%8F%92%E4%BB%B6%E6%94%AF%E6%8C%81)
|
||||
- [查看YAML格式的元数据](#%E6%9F%A5%E7%9C%8Byaml%E6%A0%BC%E5%BC%8F%E7%9A%84%E5%85%83%E6%95%B0%E6%8D%AE)
|
||||
- [渲染表格数据](#%E6%B8%B2%E6%9F%93%E8%A1%A8%E6%A0%BC%E6%95%B0%E6%8D%AE)
|
||||
- [撤销Pull Request](#%E6%92%A4%E9%94%80pull-request)
|
||||
- [Diffs](#diffs)
|
||||
- [可渲染文档的Diffs](#%E5%8F%AF%E6%B8%B2%E6%9F%93%E6%96%87%E6%A1%A3%E7%9A%84diffs)
|
||||
- [可变化地图](#%E5%8F%AF%E5%8F%98%E5%8C%96%E5%9C%B0%E5%9B%BE)
|
||||
@@ -440,6 +441,14 @@ GitHub支持将 `.csv` (comma分隔)和`.tsv` (tab分隔)格式的文件渲染
|
||||
|
||||
[*进一步了解渲染表格数据.*](https://github.com/blog/1601-see-your-csvs)
|
||||
|
||||
### 撤销Pull Request
|
||||
|
||||
可以通过Pull Request中的Revert按钮来撤销一个已合并的Pull Request中的commit。按下按钮后会自动生成一个进行逆向操作的Pull Request。
|
||||
|
||||

|
||||
|
||||
[*进一步了解“撤销”按钮](https://github.com/blog/1857-introducing-the-revert-button)
|
||||
|
||||
### Diffs
|
||||
#### 可渲染文档的Diffs
|
||||
|
||||
|
Reference in New Issue
Block a user