You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*Read more about comparing commits across time.*](https://help.github.com/articles/comparing-commits-across-time)
162
165
163
-
### Compare Branches across Forked Repositories
166
+
####Compare Branches across Forked Repositories
164
167
To use GitHub to compare branches across forked repositories, change the URL to look like this:
165
168
166
169
```
@@ -433,6 +436,11 @@ GitHub supports rendering tabular data in the form of `.csv` (comma-separated) a
433
436
434
437
[*Read more about rendering tabular data.*](https://github.com/blog/1601-see-your-csvs)
435
438
439
+
###Revert a Pull Request
440
+
After a pull request is merged, you may find it does not help anything or it was a bad decision to merge the pull request.
441
+
442
+
You can revert it by clicking the **Revert** button on the right side of a commit in the pull request page to create a pull request with reverted changes to this specific pull request.
443
+
436
444
### Diffs
437
445
#### Rendered Prose Diffs
438
446
Commits and pull requests including rendered documents supported by GitHub (e.g. Markdown) feature *source* and *rendered* views.
0 commit comments