1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[Improvement]: Get started (phase 1): Moving some articles out of Get started -> Quickstart #12380 (#47047)

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
This commit is contained in:
Anne-Marie
2024-01-18 16:43:57 +01:00
committed by GitHub
parent 3a034e6401
commit 48e7c72a49
29 changed files with 48 additions and 42 deletions

View File

@@ -104,7 +104,7 @@ gh repo fork REPOSITORY --clone=true
## Creating a branch to work on
Before making changes to the project, you should create a new branch and check it out. By keeping changes in their own branch, you follow GitHub Flow and ensure that it will be easier to contribute to the same project again in the future. For more information, see "[AUTOTITLE](/get-started/quickstart/github-flow#following-github-flow)."
Before making changes to the project, you should create a new branch and check it out. By keeping changes in their own branch, you follow GitHub Flow and ensure that it will be easier to contribute to the same project again in the future. For more information, see "[AUTOTITLE](/get-started/using-github/github-flow#following-github-flow)."
{% webui %}