1
0
mirror of synced 2025-12-21 10:57:10 -05:00

[MERGE 8/11 @ 8:45am PT] Codespaces Megabranch (#20378)

Adding Codespaces docs
This commit is contained in:
Amy Burns
2021-08-11 11:46:35 -04:00
committed by GitHub
parent 7cb7045db1
commit acabc37604
112 changed files with 1152 additions and 365 deletions

View File

@@ -1,6 +1,7 @@
---
title: Using source control in your codespace
intro: After making changes to a file in your codespace you can quickly commit the changes and push your update to the remote repository.
product: '{% data reusables.gated-features.codespaces %}'
versions:
fpt: '*'
type: how_to
@@ -11,7 +12,7 @@ topics:
shortTitle: Source control
---
{% data reusables.codespaces.release-stage %}
## About source control in {% data variables.product.prodname_codespaces %}
@@ -50,7 +51,7 @@ You can pull changes from the remote repository into your codespace at any time.
![Ellipsis button for View and More Actions](/assets/images/help/codespaces/source-control-ellipsis-button.png)
1. In the drop-down menu, click **Pull**.
If a dev container has been changed since you created the codespace you can apply the changes by rebuilding the container for the codespace. For more information, see "[Configuring Codespaces for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project#applying-changes-to-your-configuration)."
If the dev container configuration has been changed since you created the codespace, you can apply the changes by rebuilding the container for the codespace. For more information, see "[Configuring Codespaces for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project#applying-changes-to-your-configuration)."
## Setting your codespace to automatically fetch new changes