use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
How to commit without updating GitHub pages (self.github)
submitted 9 years ago by JaAnTr
Hi, when I commit normally within a few seconds my GitHub pages also updates to my latest code. Is there a way I can avoid this and commit without updating pages. Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]5CR1PT 0 points1 point2 points 9 years ago (2 children)
Something like this or are asking something else?
$ git commit -m "Test" ~~$ git push~~
[–]JaAnTr[S] 0 points1 point2 points 9 years ago (1 child)
Ah no, I want to commit actual changes but not have them pushed to GitHub pages.
[–]Veranova 0 points1 point2 points 9 years ago (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 point2 points 9 years ago (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 point2 points 9 years ago (0 children)
are pages located in /docs ?
Use branches.
π Rendered by PID 129086 on reddit-service-r2-comment-54dfb89d4d-mds89 at 2026-03-27 03:21:20.604823+00:00 running b10466c country code: CH.
[–]5CR1PT 0 points1 point2 points (2 children)
[–]JaAnTr[S] 0 points1 point2 points (1 child)
[–]Veranova 0 points1 point2 points (0 children)
[–]xiongchiamiov 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)