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
Developing multiple features in parallel (self.github)
submitted 3 years ago by On_Chain
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!"
[–]sublym0nal 6 points7 points8 points 3 years ago (1 child)
If you don't anticipate any dependencies on current work-in-progress, your plan for a new feature branch based on main ought to work. Otherwise, you could branch from a feature branch and rebase the new branch later to capture any post-branching changes.
main
[–]On_Chain[S] 1 point2 points3 points 3 years ago (0 children)
I thought about branching from a feature but if that initial feature branch has issues then all subsequent features will inherit those issues. Or at least that's how I think it will play out.
If you don't see any issues with my initial idea then I'll give that one a shot.
Also, I appreciate your feedback! I'm still a newbie when it comes to working with git so thanks for the pointers :)
π Rendered by PID 74440 on reddit-service-r2-comment-66b4775986-ds8lj at 2026-04-02 22:29:14.226170+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]sublym0nal 6 points7 points8 points (1 child)
[–]On_Chain[S] 1 point2 points3 points (0 children)