1
0
mirror of synced 2025-12-23 03:44:00 -05:00
This commit is contained in:
Octomerger Bot
2021-08-12 11:32:56 +10:00
committed by GitHub
parent f0c93e860e
commit 297ca63c32
224 changed files with 1605 additions and 622 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