This is a sample Tsugi application with several variations, each in its own permanent branch:
- Simple single-file application (master branch)
- Single file application that uses a handlebars templated rendered in the browser
- Single page application using tmpljs to render pages in the browser submit data by JSON
These are permanent branches - to update a version, do it all in that branch.
git checkout handlebars
git status (Make sure you are on the handlebars branch)
git commit -a
git push origin handlebars