From f5192c37dda3614fb8d44de81d40a50dcb31234a Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Tue, 16 Aug 2016 14:32:03 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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