File tree Expand file tree Collapse file tree 1 file changed +45
-3
lines changed
Expand file tree Collapse file tree 1 file changed +45
-3
lines changed Original file line number Diff line number Diff line change 22title : 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+
You can’t perform that action at this time.
0 commit comments