From ab33865d31e8ddc2acbee8d2f076cb956f078856 Mon Sep 17 00:00:00 2001 From: Jesse Date: Mon, 10 Jun 2019 13:35:07 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4768993..b74291f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The collected changes that you _commit_ are some meaningful chunk of work, so wh You can also add your _commit message_ right there in the command line if you call `git commit` like this: `git commit -m "Add Bob"`. But because you want to write [good commit messages](https://chris.beams.io/posts/git-commit/) you really should take your time and use the editor. -Now your changes are in your local repository, which is a good place for the to be as long as no one else needs them or you're not yet ready to share them. +Now your changes are in your local repository, which is a good place for them to be as long as no one else needs them or you're not yet ready to share them. In order to share your commits with the _Remote Repository_ you need to `push` them.