На главную страницу | Новости | Ссылки | Контакты
http://maxsite.org/page/how-to-put-your-project-on-github-com
git clone https://github.com/USER/demo.git
Например:
git clone https://github.com/spyphy/cnn
копируем файлы в каталог cnn (или какой другой, название проекта)
git add .
git status
git commit -m "Add project"
git tag v1.0
git push
git push --tags
Для настройки push:
git config --global push.default simple
Литуратуры:
https://git-scm.com/book/ru/v1