Skip to content

How to update example branch

Manvel Saroyan edited this page Sep 8, 2018 · 5 revisions

Background

Example branch is used when user run example project generation command. It should be updated accordingly to the changes in the master branch.

Updating guideline

  • Replace the branch with the master branch
git checkout example
git reset --hard master
git rm theme/layouts/partials/head/analytics.ejs
vim theme/layouts/partials/head/main.ejs
vim theme/layouts/presentation/layout.ejs
Clone this wiki locally