Skip to content

Commit 4fa8fe9

Browse files
Update pull-request.md
1 parent 8d684d2 commit 4fa8fe9

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

cheatsheets/github/pull-request.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,50 @@
22
title: Pull Request
33
---
44

5-
URL: https://github.com/MichaelCurrin/dev-cheatsheets/pull/17
5+
Patterns for Pull Request URLs, with examples.
66

7-
Diff https://github.com/MichaelCurrin/dev-cheatsheets/pull/17.diff
87

9-
Patch https://github.com/MichaelCurrin/dev-cheatsheets/pull/17.patch
8+
## HTML
9+
10+
### Convesation
11+
12+
The main view with description and comments.
13+
14+
`REPO_URL/pull/PR_ID`
15+
16+
[github.com/MichaelCurrin/dev-cheatsheets/pull/17](https://github.com/MichaelCurrin/dev-cheatsheets/pull/17)
17+
18+
### Commits
19+
20+
`REPO_URL/pull/PR_ID/commis`
21+
22+
[github.com/MichaelCurrin/dev-cheatsheets/pull/17/commits](https://github.com/MichaelCurrin/dev-cheatsheets/pull/17/commits
23+
24+
### Changes
25+
26+
`REPO_URL/pull/PR_ID/files`
27+
28+
[github.com/MichaelCurrin/dev-cheatsheets/pull/17/files](https://github.com/MichaelCurrin/dev-cheatsheets/pull/17/files)
29+
30+
31+
## Plain text
32+
33+
Machine-readable plain text view.
34+
35+
### Diff
36+
37+
Comparison of the two branches.
38+
39+
40+
`REPO_URL/pull/PR_ID.diff`
41+
42+
[github.com/MichaelCurrin/dev-cheatsheets/pull/17.diff](https://github.com/MichaelCurrin/dev-cheatsheets/pull/17.diff)
43+
44+
### Patch
45+
46+
All the commits.
47+
48+
`REPO_URL/pull/PR_ID.patch`
49+
50+
[github.com/MichaelCurrin/dev-cheatsheets/pull/17.patch](https://github.com/MichaelCurrin/dev-cheatsheets/pull/17.patch)
51+

0 commit comments

Comments
 (0)