You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| branch_name | String | Name for the branch; this name is validated for consistency. It should also not conflict with an already existing branch name. |
34
35
| target |[Commit](/api/commit/)| Commit to which this branch should point. This object must belong to the given `repo`. |
35
36
| force | Number | Overwrite existing branch. |
36
-
| signature |[Signature](/api/signature/)| The identity that will used to populate the reflog entry |
37
-
| log_message | String | The one line long message to be appended to the reflog. If NULL, the default is "Branch: created"; if you want something more useful, provide a message. |
38
37
39
38
| Returns ||
40
39
| --- | --- |
41
40
|[Reference](/api/reference/)| the underlying reference. |
0 commit comments