* Export changes to a branch for codespaces * Update exporting changes * Correct file extension for codespaces * Update export changes filename * Fix index for export for codespaces * making a reusable and adding a procedural Co-authored-by: Amy Burns <timeyoutakeit@github.com>
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
---
|
|
title: Exporting changes to a branch
|
|
intro: 'This article provides steps for exporting your codespace changes to a branch.'
|
|
product: '{% data reusables.gated-features.codespaces %}'
|
|
versions:
|
|
fpt: '*'
|
|
type: reference
|
|
topics:
|
|
- Codespaces
|
|
shortTitle: Exporting changes
|
|
---
|
|
|
|
## Exporting changes to a branch
|
|
|
|
While using {% data variables.product.prodname_codespaces %}, you may want to export your changes to a branch without launching a your codespace.
|
|
|
|
This can be useful when you have hit a [spending limit](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces) or have a general issue accessing your codespace.
|
|
|
|
To export your changes:
|
|
|
|
1. Browse to the "Your Codespaces" page at [github.com/codespaces](https://github.com/codespaces) or, for an individual repository, click the **{% octicon "code" aria-label="The code icon" %} Code** menu.
|
|
2. Click the ellipsis (**...**) to the right of the codespace you want to export from.
|
|
3. Select **{% octicon "git-branch" aria-label="The git branch icon" %} Export changes to branch**.
|
|
|
|

|
|
|
|
4. From the popover, select **Create branch**. |