You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-138.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ __Light reading__
346
346
This article provides systematic survey of tools
347
347
that keep issue and review data inside the repository
348
348
so it clones and pushes with the code.
349
-
Inspired by recent GitHub outage, with issues and pull request threads going dark.
349
+
Inspired by the recent GitHub outage, with issues and pull request threads going dark.
350
350
+[Git at any scale](https://cursor.com/blog/git-at-any-scale)
351
351
by Vicent Martí on Cursor blog.<br>
352
352
See also [How Cursor beat Git's scalability shortcomings](https://www.theregister.com/devops/2026/08/23/how-cursor-beat-gits-scalability-shortcomings/5291421)
@@ -361,22 +361,22 @@ __Light reading__
361
361
doing it in a way that's time-based instead of identity-based (new name after some date),
362
362
and doing it in such a way that the previous name isn't detectable.
363
363
+ The article mentions [Tangled.sh](https://tangled.org), which is
364
-
a new social-enabled Git collaboration platform built on top of AT Protocol / ATProto,
365
-
only in passing.
366
-
It does not address [Radicle](https://radicle.xyz/) or [Grasp](https://gitgrasp.com/)
367
-
(other decentralized code hosting and collaboration platforms).
368
-
<br>
369
-
Tangled was first mentioned in [Git Rev News Edition #125](https://git.github.io/rev_news/2025/07/31/edition-125/),
370
-
and most recently in [Edition #137](https://git.github.io/rev_news/2026/07/31/edition-137/).
371
-
+ See also [Too many words about DIDs](https://steveklabnik.com/writing/too-many-words-about-dids/)
372
-
(“Decentralized Identity” standard) by Steve Klabnik,
373
-
mentioned in [Git Rev News Edition #137](https://git.github.io/rev_news/2026/07/31/edition-137/).
364
+
a new social-enabled Git collaboration platform built on top of AT Protocol / ATProto,
365
+
only in passing.
366
+
It does not address other decentralized code hosting and collaboration platforms like
367
+
[Radicle](https://radicle.xyz/) or [Grasp](https://gitgrasp.com/).
368
+
<br>
369
+
Tangled was first mentioned in [Git Rev News Edition #125](https://git.github.io/rev_news/2025/07/31/edition-125/),
370
+
and most recently in [Edition #137](https://git.github.io/rev_news/2026/07/31/edition-137/).
371
+
+ See also [Too many words about DIDs](https://steveklabnik.com/writing/too-many-words-about-dids/)
372
+
(“Decentralized Identity” standard) by Steve Klabnik,
373
+
mentioned in [Git Rev News Edition #137](https://git.github.io/rev_news/2026/07/31/edition-137/).
374
374
+[Run your own CI](https://blog.tangled.org/selfhost-ci/)
375
-
by oppi.li on Tangled Blog. Possibly inspired by August 17th GitHub outage.
375
+
by oppi.li on Tangled Blog. Possibly inspired by the August 17th GitHub outage.
376
376
Advertises Tangled (and provides links to articles about CI and Tangled).
377
377
+[Git worktrees are not an isolation boundary for coding agents](https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/)
378
378
by Alex Chaplinsky on Fletch Blog.
379
-
It is a good addition to all the articles about git worktrees for AI agents,
379
+
It is a good addition to all the articles about Git worktrees for AI agents,
380
380
and all specialized tools for managing worktrees, mentioned in recent editions.
381
381
+[Git Submodules as a Package Manager](https://nesbitt.io/2026/09/01/git-submodules-as-a-package-manager.html)
382
382
by Andrew Nesbitt on his blog.
@@ -425,17 +425,17 @@ __Git tools and sites__
425
425
The browser UI is server-rendered HTML/CSS with no JavaScript.
0 commit comments