How to properly commit in repository with Github Pages branch
问题 i've got a question Situation based on gh-pages My project uses preprocessors and another difficult staff, so, my project stucture looks as follows: master branch ./-| /src /node_modules /public-| /js /css /etc index.html /etc package.json etc all code sources in src folder, compiled - into public folder. public folder also in .gitignore I would like to commit all files in my public folder into gh-pages branch. Is it possible? If yes, how to do this? This is a structure of my gh-pages branch