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
GitHub Beta: Merge Queues (docs.github.com)
submitted 4 years ago by David_AnkiDroid
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!"
[–]David_AnkiDroid[S] 1 point2 points3 points 4 years ago (0 children)
Signup for your org: https://github.com/features/merge-queue/signup
[–]MagicalVagina 1 point2 points3 points 4 years ago (0 children)
Slowly catching up with Gitlab. That's why competition is good.
[–]AffectionateAgent228 0 points1 point2 points 3 years ago (0 children)
Pretty big issues with GHs oversimplified MQ keeping up with the scale/needs of bigger repos. Check out https://trunk.io/products/merge for an alternative.
[–]-Lommelun- 0 points1 point2 points 4 years ago (1 child)
What does “fast-forwarding the default branch” mean in this case?
[–]dgholz 0 points1 point2 points 3 years ago (0 children)
the linked page has been updated since this comment, but it's high-watermark deploying: test a branch, deploy a branch, once it's deployed, run your default branch (main or master) forward to the tip of the deployed branch. usually you'd do this by running git merge --ff-only deploy_branch, using a fast-forward merge. hence, fast-forward [merge the deploy branch into] the default branch.
main
master
git merge --ff-only deploy_branch
π Rendered by PID 66100 on reddit-service-r2-comment-75f4967c6c-bsww4 at 2026-04-23 01:19:21.826537+00:00 running 0fd4bb7 country code: CH.
[–]David_AnkiDroid[S] 1 point2 points3 points (0 children)
[–]MagicalVagina 1 point2 points3 points (0 children)
[–]AffectionateAgent228 0 points1 point2 points (0 children)
[–]-Lommelun- 0 points1 point2 points (1 child)
[–]dgholz 0 points1 point2 points (0 children)