@bagder

I don't care about excuses or otherwise, we shouldn’t use centralised code management on principle.

https://lucumr.pocoo.org/2026/4/28/before-github/

Thank you, @mitsuhiko

#DVCS #Git #OwnYourData

Before GitHub

Open Source before GitHub was reputation-driven and full of friction

Armin Ronacher's Thoughts and Writings
High Performance Git

High Performance Git by Ted Nyman, a book about Git internals and large Git repositories.

Ob es wirklich so eine gute Idee war, ein #DVCS #Fossil zu nennen, um ein positives Konnotat der Beständigkeit der Änderungen zu erreichen?
🌗 什麼是 jj?為何我該關注?
➤ Jujutsu (jj) 深度指南:超越 Git 的簡潔與強大
https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
這篇教學文章介紹了名為 jj (Jujutsu 的命令列介面) 的新型分散式版本控制系統。作者指出,jj 相較於廣泛使用的 Git,不僅操作更為簡便,功能也更為強大,它巧妙地整合了 Git 和 Mercurial 的優點。jj 透過精簡的核心工具集,提供更協同且高效的工作流程,甚至在進階應用上能實現 Git 難以達成的強大功能。文章強調了 jj 最吸引人的特性之一,在於其與 Git 後端的高度相容性。這意味著開發者可以獨立嘗試使用 jj,而無需擔心與現有 Git 工作流產生衝突,或要求團隊成員同時轉換,大大降低了試用門檻。本教學旨在全面引導讀者瞭解 jj 的安裝、基礎操作、真實世界工作流程、分支管理、協同作業,乃
#版本控制系統 #Jujutsu #jj #Git #DVCS #教學
What is jj and why should I care? - Steve's Jujutsu Tutorial

I forgot to check magit features beyond basic git cli commands

https://arialdomartini.github.io/git-fixup

it supports fixups apparently

#git #magit #emacs #dvcs #dx #rebase

Git fixup is magic (and Magit is too)

Random thoughts about programming

NIKA:\git-revise\>

Nika's Box, Random stuff in C++ and Rust.

Problems out of scope for the first web must necessarily be in-scope for #TheNextWeb/#SocialWeb:

#Identity

Privacy and Security #privsec

Search

Data & hosting

publishing code

switching browsers

Disintermediation (#WWW must be its own platform, must facilitate/obviate brokering)

all of the above, in other words: #Disenshittification

#Versioning (#DVCS) & #Archiving & #Publishing

Navigation of semantic adjacency in terms of a hyperspatial manifold. (got a term for this?)

#DWeb

#DVCS "what comes after git" first search result (thank dog not a startup)
https://mattrickard.com/what-comes-after-git
What Comes After Git

Git was born from the collaboration problems in the Linux kernel. Nearly a decade later, new problems arose when Kubernetes (the operating system of the cloud)

Updated Jujutsu to 0.39.0 for #guix. In this PR, or anyone that wants to try it:

https://codeberg.org/guix/guix/pulls/7078

Nice features are a new `jj arrange` which is kinda `git interactive rebase` but without the fear.

And, `jj bookmark advance` which makes it easy to move a bookmark (branch) forward. Improves interacting with Git branches.

#git #jujutsu #dvcs #guix

Update Jujutsu

<!-- Below is a checklist for package-related patches. For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html). Common issues in the contribution process are also documented in the ["Contributing" chapter](https://guix.gnu.org/manual/deve...

Codeberg.org
Introducing jjq, a local merge queue for jj

jjq is a CLI tool that lets you, or more likely, a coding agent, submit a change to be considered for landing on the trunk of a jj repository. Think of it like a local version of a merge queue from a hosted forge. jjq will automatically test to see if...