mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
Making it clearer how to do a fetch from a pull request by number.
This commit is contained in:
parent
d2ab43afa1
commit
0f860789a6
1 changed files with 5 additions and 1 deletions
|
|
@ -182,7 +182,11 @@ These steps will only rarely need repeating.
|
|||
|
||||
Otherwise, if the pull request is in the `Ravenbrook MPS repo on
|
||||
GitHub`_, fetch it from the pull request and give it a conventional
|
||||
name, e.g. ::
|
||||
name, like this ::
|
||||
|
||||
git fetch github pull/$PR/head:$BRANCH
|
||||
|
||||
For example ::
|
||||
|
||||
git fetch github pull/93/head:branch/2023-01-06/speed-hax
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue