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
This article talks about the problem of changing e-mail or changing identity
359
+
in Git, Mercurial and ATproto (the protocol powering Bluesky),
360
+
trying to solve one of three problems: changing names and emails after the fact,
361
+
doing it in a way that's time-based instead of identity-based (new name after some date),
362
+
and doing it in such a way that the previous name isn't detectable.
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/).
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.
376
+
Advertises Tangled (and provides links to articles about CI and Tangled).
377
+
+[Git worktrees are not an isolation boundary for coding agents](https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/)
378
+
by Alex Chaplinsky on Fletch Blog.
379
+
It is a good addition to all the articles about git worktrees for AI agents,
380
+
and all specialized tools for managing worktrees, mentioned in recent editions.
356
381
+[Git Submodules as a Package Manager](https://nesbitt.io/2026/09/01/git-submodules-as-a-package-manager.html)
357
382
by Andrew Nesbitt on his blog.
358
383
+[How I Learned to Stop Worrying and Love the Monorepo](https://www.eamoncaddigan.net/posts/git-monorepos/)
359
384
by Eamon Caddigan on his Potentially Useful blog.<br>
360
385
A reminder: a _monorepo_ or _monorepository_ is a software-development strategy
361
386
in which the code for a number of projects is stored in the same repository.
362
-
+[My new workflow for local code review with `tuicr`](https://www.jvt.me/posts/2026/08/25/tuicr/),
387
+
+[Sign Git Commits With SSH Keys: Git & GitHub Setup for Signed Commits & Verification](https://scratchbuffer.net/topics/developer-tools/git-commit-sign-ssh/)
388
+
by Franco Posa on ScratchBuffer.
389
+
+[git: cd from linked worktree to main checkout](https://perrotta.dev/2026/08/git-cd-from-worktree-to-main-checkout/)
390
+
(using a shell function)
391
+
by Thiago Perrotta on just serendipity blog.
392
+
+[Why I still hand write my commit messages](https://www.jvt.me/posts/2026/08/17/hand-write-commits/),
393
+
[My new workflow for local code review with `tuicr`](https://www.jvt.me/posts/2026/08/25/tuicr/),
363
394
[Updating dependent branches when rebasing, automagically](https://www.jvt.me/posts/2026/08/25/git-rebase-update-refs/) with `git rebase -i --update-refs`, and
364
-
[What commit did I branch off from?](https://www.jvt.me/posts/2026/08/23/determine-branch/) with `git merge-base`
395
+
[What commit did I branch off from?](https://www.jvt.me/posts/2026/08/23/determine-branch/) with `git merge-base`,
365
396
by Jamie Tanna on his blog.
366
397
+[The comments that go into code versus those that go into the pull request description](https://devblogs.microsoft.com/oldnewthing/20260812-00/?p=112607)
367
398
by Raymond Chen on Microsoft Dev Blogs.
368
399
+[Commit message test plans](https://blog.waleedkhan.name/commit-message-test-plans/)
369
400
with [`scrut`](https://facebookincubator.github.io/scrut/)
370
401
by Waleed Khan on Steno & PL personal blog.
402
+
+[GitHub suspended my account 2h after my project went viral — what I've learned about the appeal process so far](https://www.reddit.com/r/git/comments/1vukp5b/github_suspended_my_account_2h_after_my_project/)
0 commit comments