From b99d1e16c755659af982c697753a829bb1de428a Mon Sep 17 00:00:00 2001 From: Osman F Bayram <74963545+osbm@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:24:04 +0300 Subject: [PATCH] Add quotes so that it works on fish shell too This is a pretty small change. But it could make the page a little more smooth. This new quoted version works in both bash and fish. --- docs/hub/repositories-pull-requests-discussions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/repositories-pull-requests-discussions.md b/docs/hub/repositories-pull-requests-discussions.md index 5d2b09161..f6277ae27 100644 --- a/docs/hub/repositories-pull-requests-discussions.md +++ b/docs/hub/repositories-pull-requests-discussions.md @@ -143,7 +143,7 @@ You can tweak your local **refspec** to fetch all Pull requests: 1. Fetch ```bash -git fetch origin refs/pr/*:refs/remotes/origin/pr/* +git fetch origin "refs/pr/*:refs/remotes/origin/pr/*" ``` 2. create a local branch tracking the ref