Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > techlab_7968 > hold-shared-sandbox-work-behind-a-promotion-lane-21m2

Hold Shared Sandbox Work Behind a Promotion Lane

10+ hour, 30+ min ago   (1257+ words) Shared free compute is not a merge queue. Agent output on a borrowed server still needs a named owner. A sealed replay kit must exist before anyone ships. A human stamp still sits between sandbox and repo. Teams skip that…...

DEV Community
dev.to > rosgluk > choosing-free-on-prem-git-server-gitea-is-the-winner-32a7

Choosing free on-prem git server - Gitea is the winner!

17+ hour, 37+ min ago   (414+ words) Wanting to move your projects away from open cloud git providers and thinking of self-hosting internal git server locally? This guide is part of Developer Tools: The Complete Guide to Modern Development Workflows. Running your own git server shouldn't be…...

DEV Community
dev.to > satvik_mishra_72/35/73792a7 > i-built-basalt-to-turn-any-github-repository-into-an-architecture-diagram-in-seconds-1h6

I Built Basalt to Turn Any GitHub Repository Into an Architecture Diagram in Seconds

22+ hour, 47+ min ago   (586+ words) There is a strange ritual that almost every software engineer eventually becomes familiar... Tagged with architecture, github, showdev, tools....

LinuxForDevices
linuxfordevices.com > tutorials > linux > rename-a-directory

Rename a Directory in Linux: 3 Methods

1+ day, 4+ hour ago   (975+ words) You run ls, see old_project, and you want it to be new_project without touching the files inside. Linux has no standalone rename step for directories, so you reuse the move operation with a new name, which means a single mv call does…...

@phoronix
phoronix.com > news > Gitte-0.10-Released

Gitte As Git Client For GNOME Continues Maturing Quite Nicely

1+ day, 4+ hour ago   (201+ words) For those in pursuit of a graphical Git client for GNOME or the Linux desktop at large, the GTK4-powered Gitte continues advancing rather well and out this week is its v0.10 release... - Categories Computers Display Drivers Graphics Cards Linux Gaming Memory…...

DEV Community
dev.to > machineunderneath > git-never-deletes-anything-what-a-commit-actually-stores-3nil

Git never deletes anything: what a commit actually stores

2+ day, 8+ hour ago   (430+ words) You commit a file with an API key in it. You notice within a minute, remove the file, commit the removal, and push. The file is gone from your working tree — and the key is still readable with two commands....

DEV Community
dev.to > datacpp_8185 > merge-agent-patches-only-when-two-test-world-receipts-match-36oj

Merge Agent Patches Only When Two Test-World Receipts Match

2+ day, 14+ hour ago   (858+ words) A green CI job is not proof that an agent patch preserved the test world. Fixtures can be rewritten to match new output. Property suites can shrink their domain or their iteration budget. Flaky tests can turn into unnamed skips....

DEV Community
dev.to > datars_7274 > last-green-tag-first-bisect-an-oss-regression-before-the-patch-review-4l0a

Last Green Tag First: Bisect an OSS Regression Before the Patch Review

3+ day, 1+ hour ago   (609+ words) That pattern is now common in open-source inboxes, because models optimize for the symptom in the issue title. They rarely search for the first commit that changed documented behavior on a tagged release. A cheaper sequence is mechanical: prove the…...

DEV Community
dev.to > longgoll > i-built-a-blazing-fast-no-fear-git-client-in-rust-svelte-5-that-uses-85mb-ram-goodbye-1gb-lml

I Built a Blazing-Fast, No-Fear Git Client in Rust & Svelte 5 That Uses

3+ day, 1+ hour ago   (197+ words) Tired of Git GUIs eating gigabytes of memory and accidentally deleting your uncommitted work? Meet FlowGit v0.1.3 — powered by Tauri v2, Rust native libgit2, and Svelte 5. Tagged with rust, git, svelte, webdev....

DEV Community
dev.to > remdore > gits-repack-drop-filtered-reclaims-the-disk-a-partial-clone-quietly-took-back-3bk2

Git's repack --drop-filtered reclaims the disk a partial clone quietly took back

3+ day, 15+ hour ago   (895+ words) I cloned a 397 MiB repository with --filter=blob:limit=1m and ended up with a 36 MiB.git. Then I did an afternoon of unremarkable work in it — ten git checkout of older commits, no fetches, no pulls — and measured again. The…...