Adding an existing project to GitHub using the command line
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
Creating a new repository
https://help.github.com/articles/creating-a-new-repository/
git init
git add .
git commit -m 'First commit'
git remote add origin https://github.com/MykolaBova/YahooPipesBova.git
git push origin master
Комментариев нет:
Отправить комментарий