Home

Commit project files

Now we can commit documentation files generated by Helpinator to our repository.

Open command prompt again, browse to the “docs” folder inside the cloned repository folder and run the following commands:

git add --all
git commit -m "First version"
git push

Set up GitHub pages –>

<– Export GitHub pages from Helpinator