Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from thinkverse/fix/typo-in-step-2
Browse files Browse the repository at this point in the history
Fix typo and inconsistent spelling in step 2
  • Loading branch information
brianamarie authored Sep 14, 2020
2 parents 6f31451 + 6357a8f commit 241c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/02_move-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Having a project already stored locally enables you to move it to GitHub rather
4. Type `git commit -m "initializing repository"`
5. Type `git push -u origin master` to push the files you have locally to the remote on GitHub. (You may be asked to log in.)

**Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to Githug with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more.
**Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to GitHub with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more.

<hr>
</details>
Expand Down

0 comments on commit 241c9f0

Please sign in to comment.