mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-25 11:17:43 +03:00
Updated FAQ (markdown)
parent
6c26332089
commit
f5192c37dd
4
FAQ.md
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.
|
||||
|
||||
``` 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user