Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3fb85a

Browse files
committed
clarify pull request base validation
1 parent3eae3e7 commitc3fb85a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎content/v3/pulls.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ body
4545
:_Optional_**string**
4646

4747
base
48-
:_Required_**string** - The branch you want your changes pulled into.
48+
:_Required_**string** - The branch (or git ref) you want your changes pulled into.
49+
This should be an existing branch on the current repository. You cannot
50+
submit a pull request to one repo that requests a merge to a base of
51+
another repo.
4952

5053
head
51-
:_Required_**string** - The branch where your changes are implemented.
54+
:_Required_**string** - The branch(or git ref)where your changes are implemented.
5255

5356
NOTE:`head` and`base` can be either a sha or a branch name. Typically you
5457
would namespace`head` with a user like this:`username:branch`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp