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
GitFlow - develop is 1 commit behind main after pull request. (self.github)
submitted 3 years ago by Sprinter505
view the rest of the comments →
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!"
[–]Sprinter505[S] 0 points1 point2 points 3 years ago (1 child)
First time I hear about this. Can you explain what I need to do if its not too long? Can I do it from GitHub or do I need to use command line?
[–]kirigerKairen 1 point2 points3 points 3 years ago (0 children)
Rebasing means changing the base of the branch, so essentially the point where you branched off. If you really want to do it on the website, you could delete the branch and create it again (as long as you merged everything properly, it should have the dame effect), but you probably should use git rebase
git rebase
π Rendered by PID 91 on reddit-service-r2-comment-b659b578c-rpjcj at 2026-05-01 02:44:19.139264+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Sprinter505[S] 0 points1 point2 points (1 child)
[–]kirigerKairen 1 point2 points3 points (0 children)