We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1226bd2 commit 56f7ea5Copy full SHA for 56f7ea5
1 file changed
src/pr-testing-tutorial.md
@@ -76,6 +76,9 @@ There are two ways to check out a PR: with `gh` or with `git`.
76
#### gh
77
This method requires `github-cli` to be installed.
78
79
+`github-cli` requires authentication to your GitHub account. If you aren't
80
+authenticated, `github-cli` will show you instructions on how to authenticate.
81
+
82
You can check out the pull request by
83
```
84
gh pr checkout 48934
@@ -98,6 +101,10 @@ git fetch upstream pull/<number>/head:<some branch name>
98
101
git checkout <some branch name>
99
102
100
103
104
+```admonish warning
105
+`<some branch name>` should be an unique branch name. Don't choose `master`!
106
+```
107
108
I will showcase it on the pull request mentioned above.
109
110
You first have to add the upstream repo as a remote (if you don't have it
0 commit comments