Подключил Git, помогли эти руководства:
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
https://help.github.com/articles/error-permission-denied-publickey/
https://help.github.com/articles/generating-ssh-keys/
https://help.github.com/articles/pushing-to-a-remote/
git remote add origin https://github.com/evoyager/Tasker.git
git commit -m 'initial commit'
git push origin master
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
https://help.github.com/articles/error-permission-denied-publickey/
https://help.github.com/articles/generating-ssh-keys/
https://help.github.com/articles/pushing-to-a-remote/
git remote add origin https://github.com/evoyager/Tasker.git
git commit -m 'initial commit'
git push origin master
Комментариев нет:
Отправить комментарий