Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 467 Bytes

File metadata and controls

33 lines (14 loc) · 467 Bytes

Bootstrap

git inint

git status

git add .

git commit -m "commit"

git log --oneline --лист коммитов

git checkout <номер> <файл>

git reset HEAD index.html

git checkout --index.html

git remote add origin <ссылка> --подключение к репозиторию

git push -u origin master --добавление

git clone <ссылка>

npm install bootstrap@4.0.0 --save

npm install jquery@3.3.1 popper.js@1.12.9 --save