I have followed the Provisional workflow on GitHub 
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md#issue-with-pr>
 
and I think I have my remotes set up correctly.
```git remote -v``` gives
> origin    g...@github.com:brettpim/sage.git (fetch)
> origin    g...@github.com:brettpim/sage.git (push)
> trac    g...@trac.sagemath.org:sage.git (fetch)
> trac    g...@trac.sagemath.org:sage.git (push)
> upstream    g...@github.com:sagemath/sage.git (fetch)
> upstream    g...@github.com:sagemath/sage.git (push)

Now I would like to work on a draft pull request #35008 
<https://github.com/sagemath/sage/pull/35008> so following the workflow 
instructions I run
```git fetch origin pull/35008/head:covering_array```  which yields
> fatal: couldn't find remote ref pull/#35008/head

What am I doing wrong?
thanks
brett

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/0ebe9b2e-1396-428e-b53b-da984459c3aan%40googlegroups.com.

Reply via email to