Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework00 #1

Open
20awesome opened this issue Nov 3, 2018 · 0 comments
Open

Homework00 #1

20awesome opened this issue Nov 3, 2018 · 0 comments

Comments

@20awesome
Copy link
Owner

20awesome commented Nov 3, 2018

Описание
Домашние задание:

Зарегистрироваться в github
Создать репозиторий в github ИмяФамилия_MA2018Python ,пример - VladBolibruk_MA2018Python
Выполнить команды, которые предложит гит в терминале(командной строке)
Пример:

echo "# VladBolibruk_MA2018Python" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/20awesome/VladBolibruk_MA2018Python.git
git push -u origin master

На вашем компьютере cоздать папку для домашней работы - Homework00
Создать index.py в папке Homework00 , в него записать print "Hello MA"
Отправить сделанную работу с помощью команд

git add .
git commit -m 'Homework00'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant