Skip to content
TILens What matters today in tech
Theme

Topic · Edition

General

4 items on 08 Aug 2026
Open Source General

How stacked pull requests break down large code changes

Stacked pull requests are now officially in public preview on GitHub. Instead of opening one giant PR that takes forever to review, you can break large code changes into an ordered chain of focused layers. Reviewers can…

Source: GitHub GitHub
Open Source General

Open Source Friday: Git in JavaScript with isomorphic-git

Can a JavaScript app work with Git repos without shelling out to the native Git CLI? This episode of Open Source Friday looks at isomorphic-git, a pure JavaScript implementation of Git that runs in both Node.js and the…

Source: GitHub GitHub