diff --git a/FAQ.md b/FAQ.md index e06417e..19b67f9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -67,8 +67,8 @@ Now the changes are ready to be pushed. Currently, Git doesn't know where to pus we're on a different branch. We need to set a remote that we can push these changes to. ``` bash -git remote add myrepo https://github.com/my-username/ssh-chat -git push -u myrepo +$ git remote add myrepo https://github.com/my-username/ssh-chat +$ git push -u myrepo ``` That should push your changes to your repository instead of the `ssh-chat` repository. Now you can