Skip to content

Commit afbd34d

Browse files
committed
Small changes
1 parent d18916a commit afbd34d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/chapters/chapter_04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As discussed previously, there are a wide variety of hosting services. Here, onl
1111
In this example, we will make a fresh repository on GitHub, make some changes from the browser, and clone a local copy so that we can work on it offline.
1212

1313
!!! info Note
14-
Chapter 4.2 describes the variation if you already have a local repository (like we have done in the previous chapter).
14+
Chapter 4.2 describes the variation if you already have a local repository.
1515

1616
### Create a repo on GitHub
1717

@@ -83,7 +83,7 @@ As you make new changes in this folder, you can make local commits just as you d
8383
3. Make commit.
8484
![Adding changed file](images/commit-readme-ghd.png)
8585

86-
As long as you are on a single branch, the only extra step to take to update the remote is "pushing".
86+
As long as you are on a single branch, the only extra step to take to update the remote is *pushing*. This sends all the local changes to the GitHub remote server.
8787

8888
In GitHub Desktop, this is done by simply clicking the `Push` button on the top banner:
8989

0 commit comments

Comments
 (0)