Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 507 Bytes

Shower presentations команды CD

Форк репозитория https://gitlab.2gis.ru/shower/shower-2gis-theme Вся документация о работе с движком в README

Порядок действий

git checkout master
git pull
git checkout -b $(date +"%Y-%m-%d")
# правим index.html

# пушим новую ветку
git commit -am "My new shiny presentation"
git push -u origin