Personal template for ES6-based games
git clone -o template-origin git@github.com:zole/template-js-game.git $PROJECT_NAME
cd $PROJECT_NAME
# Create a working branch
git checkout -b main
# add submodule dependencies, if available
git submodule update --init
git pull templ template
git switch template
git cherry-pick <commit hash>
git push templ # if you are me
git switch template
git pull templ
git switch main
git rebase -i template # and good luck to you