Skip to content

Commit

Permalink
Sync from github/docs@c20e5a5 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 16, 2024
1 parent 8f68479 commit ebe79f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get-started/start-your-journey/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Pull requests are the heart of collaboration on {% data variables.product.produc

As soon as you make a commit, you can open a pull request and start a discussion, even before the code is finished.

In this step, you'll open a pull request in your own repository and then merge it yourself. It's a great way to practise the {% data variables.product.product_name %} flow before working on larger projects.
In this step, you'll open a pull request in your own repository and then merge it yourself. It's a great way to practice the {% data variables.product.product_name %} flow before working on larger projects.

1. Click the **Pull requests** tab of your `hello-world` repository.
1. Click **New pull request**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The new commit and message will appear on {% data variables.location.product_loc

{% tip %}

You can change the default text editor for Git by changing the `core.editor` setting. For more information, see "[Basic Client Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_basic_client_configuration)" in the Git manual.
You can change the default text editor for Git by changing the `core.editor` setting. For more information, see [Basic Client Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_basic_client_configuration) in the Git manual.

{% endtip %}

Expand Down

0 comments on commit ebe79f4

Please sign in to comment.