![программирование](https://habrastorage.org/r/w120/files/964/953/80f/96495380f6d9484792ec05815386d0e2.jpg)
Программирование
- 1 ответ
- 0 вопросов
2
Вклад в тег
git init
git status
git add -A
git commit -m 'Initial commit'
git remote add origin <адрес репозитория из п.1 на GitHub/Bitbucket>
git remote -v
git push origin master
git clone https://github.com/repo
media screen and (max-width: 767px) { ... }
media screen and (min-width: 768px) and (max-width: 991px) { ... }
media screen and (min-width: 992px) and (max-width: 1199px) { ... }
media screen and (min-width: 1200px) { ... }