8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d746220 commit 7af0205Copy full SHA for 7af0205
README.md
@@ -94,7 +94,7 @@ This closes the issue and references the closing commit.
94
If you want to check out pull request locally, you can fetch it using that command:
95
96
```bash
97
-$ git fetch origin +refs/pull/*/head:refs/pull/*
+$ git fetch origin '+refs/pull/*/head:refs/pull/*'
98
```
99
100
then, checkout pr (i.e. 42) using
@@ -106,7 +106,7 @@ $ git checkout refs/pull/42
106
Alternatively, you can fetch them as remote branches:
107
108
109
-$ git fetch origin +refs/pull/*/head:refs/remotes/origin/pr/*
+$ git fetch origin '+refs/pull/*/head:refs/remotes/origin/pr/*'
110
111
112
and checkout as
0 commit comments