GitHub Stacked PRs (github.github.com)
https://github.github.com/gh-stack/
#programming #git #softwareengineering
One week with Jujutsu full-time: I've never been happier with VCS. I guess we don't come back to the git.
The only "project-wide C-z" feature is already huge, but there is so much more.
Finally VCS doesn't get in the way and feels so reliable and smooth.
#Development #Techniques
Pushing to GitHub and Codeberg · How to configure Git to push to both remotes https://ilo.im/16c4j9
_____
#Git #Codeberg #GitHub #Repositories #SSH #DevOps #WebDev #Frontend #Backend
Siempre me ha parecido que el tema #leyes, reformas, refundidos, enmiendas... tenia mucho que ganar con #git. Pues alguien se ha pegado la currada y no se como, porque no estan los scripts, ha transcrito todas las leyes españolas (incluidas las autonòmicas) a #markdown con cada reforma como un commit. Peaso servicio público que hacen algunos.
https://github.com/legalize-dev/legalize-es
🌕 GitHub Stacked PRs:徹底改變開發者程式碼審查工作流程
➤ 將龐大的變更拆解,讓審查回歸專注與高效
✤ https://github.github.com/gh-stack/
在大型軟體開發中,龐大的拉取請求(Pull Request, PR)往往難以審查、合併速度緩慢,且容易引發合併衝突。GitHub 推出的 Stacked PRs 功能旨在解決此困境,它將單一巨型變更拆解為一系列相互堆疊、可獨立審查的小型 PR。透過原生的 GitHub 支援與強大的 `gh stack` 命令行工具,開發者能更直觀地管理變更層次,確保審查品質並提升團隊開發效率,讓大型專案的變更也能精準且高效地進入主分支。
+ 終於有官方支援了!以前用第三方工具維護堆疊 PR 總是很容易搞亂分支與 base,希望這能成為標準化流程。
+ 對於這種大型功能的重構來說非常實用。能透過 `gh stack` 自動化重排和變基(rebase)簡直是工程師的福音。
#軟體工程 #開發工具 #Git 工作流
Is there like a way to make a secret git commit, just locally so no one can see how bad your code is but you have a backup? pls 😃
[$] A build system aimed at license compliance
The OpenWrt One is a router powered by the open-source firmware from the OpenWrt project; it was also the subject of a keynote at SCALE in 2025 given by Denver Gingerich of the Sof [...]
https://lwn.net/Articles/1066103/ #LWN #Linux #Debian #ArchLinux #Gentoo #Git
Really do not like that «git cherry-pick …» leaves no trace of the source. There ought to be a dotted-line linkage back to the source commit.
Game of Trees 0.124 released https://www.undeadly.org/cgi?action=article;sid=20260413125436 #openbsd #got #git #gameoftrees #development #gothub #versioncontrol #libresoftware #freesoftware
Some Monday afternoon maintenance is about to occur. We will (finally) upgrade our VM host server to OpenBSD 7.8, and then upgrade all hosted VMs to the latest release of #GameOfTrees, which has just arrived.
Service will be back shortly.
So. If I add a Fetch button in the tool bar of Gitte, should it fetch all remotes (git fetch --all) or should it open a dialog box, asking for a remote & branch?
You would always be able to trigger a fetch for a specific branch & remote from the context menu of a (remote) branch