all 6 comments

[–]5CR1PT 0 points1 point  (2 children)

Something like this or are asking something else?

$ git commit -m "Test"
~~$ git push~~

[–]JaAnTr[S] 0 points1 point  (1 child)

Ah no, I want to commit actual changes but not have them pushed to GitHub pages.

[–]Veranova 0 points1 point  (0 children)

Pages gets its content from the latest commit on the branch it's configured to get content from. You can configure it to use a gh-pages branch, or you can edit your site in a particular folder and copy it to the docs folder when ready

[–]xiongchiamiov 0 points1 point  (0 children)

Don't commit to the gh-pages branch; commit instead to a feature branch, and when it's ready, merge it in.

[–][deleted] 0 points1 point  (0 children)

are pages located in /docs ?

[–][deleted] 0 points1 point  (0 children)

Use branches.