Updated FAQ (markdown)

Andrey Petrov 2016-08-16 14:32:03 -04:00
parent 6c26332089
commit f5192c37dd

4
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. we're on a different branch. We need to set a remote that we can push these changes to.
``` bash ``` bash
git remote add myrepo https://github.com/my-username/ssh-chat $ git remote add myrepo https://github.com/my-username/ssh-chat
git push -u myrepo $ git push -u myrepo
``` ```
That should push your changes to your repository instead of the `ssh-chat` repository. Now you can That should push your changes to your repository instead of the `ssh-chat` repository. Now you can