/
Nikolai999
/
Python
Обзор
Документация
Войти
/
Nikolai999
/
Python
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Github.txt
13 строк
370 B
Николай
update
03 фев 2022, 19:37
03 фев 2022, 19:37
c18531c
Код
Авторство
О чём код?
# https://training.github.com/downloads/ru/github-git-cheat-sheet/ # https://git-scm.com/book/ru/v2 git config --global user.name "Name" git config --global user.email email@example.ru git init git status git list git add -A git commit -m "update" git clone https://github.com/nikolai_karpov/SF-projects.git git push git pull https://github.com/nikolai-karpov/Python.git