1
0
mirror of synced 2025-12-22 03:16:52 -05:00

[Universe] - Codespaces Templates - combined work (#32149)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: JP Ungaretti <19893438+jungaretti@users.noreply.github.com>
This commit is contained in:
Isaac Brown
2022-11-03 13:30:55 +00:00
committed by GitHub
parent b0725c0491
commit 31274d9415
69 changed files with 392 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ shortTitle: Source control
## About source control in {% data variables.product.prodname_github_codespaces %}
You can perform all the Git actions you need directly within your codespace. For example, you can fetch changes from the remote repository, switch branches, create a new branch, commit and push changes, and create a pull request. You can use the integrated terminal within your codespace to enter Git commands, or you can click icons and menu options to complete all the most common Git tasks. This guide explains how to use the graphical user interface for source control.
You can perform all the Git actions you need directly within your codespace. For example, you can fetch changes from a remote repository, switch branches, create a new branch, commit and push changes, and create a pull request. You can use the integrated terminal within your codespace to enter Git commands, or you can click icons and menu options to complete all the most common Git tasks. This guide explains how to use the graphical user interface for source control.
{% vscode %}
@@ -36,7 +36,7 @@ Source control in the {% data variables.product.prodname_vscode %} web client us
A typical workflow for updating a file using {% data variables.product.prodname_github_codespaces %} would be:
* From the default branch of your repository on {% data variables.product.prodname_dotcom %}, create a codespace. See "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace)."
* From the default branch of your repository on {% data variables.product.prodname_dotcom %}, create a codespace. See "[Creating a codespace for a repository](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository)."
* In your codespace, create a new branch to work on.
* Make your changes and save them.
* Commit the change.