|
1 | | -**Pushing code to a code host** |
| 1 | +# Pushing code to a code host |
2 | 2 |
|
3 | 3 | <p className="subtitle">Learn how to push code changes to a code host without making a merge request.</p> |
4 | 4 |
|
5 | 5 | <Callout type="note">Pushed-only changesets work on GitHub and GitLab only. They do not yet work with forked repositories.</Callout> |
6 | 6 |
|
| 7 | +After you've [created a batch change](/batch-changes/create-a-batch-change), you will be redirected to a page displaying a list of the changesets the Batch Change created. From this page, you can apply any bulk operation to more than one changesets. |
7 | 8 |
|
8 | | -After you've [created a batch change](/batch-changes/create-a-batch-change), you will be redirected to a page displaying a list of the changesets the Batch Change created. From this page, you can apply any bulk operation to 1+ changesets. |
| 9 | + To push code to a new branch on a code host without also creating a merge request, simply select **Push to code host only** from the dropdown menu: |
9 | 10 |
|
| 11 | + |
10 | 12 |
|
11 | | - To push code to a new branch on a code host without also creating a merge request, simply select 'push only' from the dropdown menu: |
| 13 | +## Few important considerations |
12 | 14 |
|
13 | | - [image would go here] |
14 | | - |
15 | | - |
16 | | -## Notes |
17 | | -- With pushed-only changesets, you are still able see CI feedback, as long as it triggers on code pushes. |
18 | | -- The `review` status of a pushed-only changeset is always "N/A." |
19 | | -- The `status` of a pushed-only changeset is always "OPEN." |
20 | | -- To publish a pushed-only changeset, simply select the changeset in the Batch Changes UI and select 'Publish.' |
| 15 | +- With pushed-only changesets, you are still able see CI feedback, as long as it triggers on code pushes |
| 16 | +- The `review` status of a pushed-only changeset is always "N/A" |
| 17 | +- The `status` of a pushed-only changeset is always "Open" |
| 18 | +- To publish a pushed-only changeset, simply select the changeset in the Batch Changes UI and select **Publish** |
21 | 19 |
|
| 20 | + |
22 | 21 |
|
23 | 22 | ## Requirements |
| 23 | + |
24 | 24 | To push code to a new branch on a code host, you will need: |
25 | 25 |
|
26 | 26 | - [Admin permissions for the batch change](/batch-changes/permissions-in-batch-changes#permission-levels-for-batch-changes) |
|
0 commit comments