Trendora

Git

Adopt

Tools

A distributed version control system used to track source code changes.

Why it's here

Placed in Adopt: 21 article(s) of evidence from 6 source(s), led by open-source activity, with 10 in the last 30 days. Confidence 100%.

Evidence (20)

  • 4Hacker News·8/11/2026open_source
    Git-knife lets users edit Git history fields in a spreadsheet-like UI

    Git-knife is an open-source tool that presents Git history in a spreadsheet-like interface, allowing users to edit commit messages, authors, and dates. The project was shared on Hacker News as a Show HN post and drew notable discussion from the developer community.

  • 7The New Stack·8/6/2026framework_update
    Anthropic pushes per-agent git worktrees, exposing infra bottlenecks

    Anthropic’s guidance to use one git worktree per coding agent makes parallel agent workflows the default, but it also exposes limits in CI, staging, databases, and other shared infrastructure. The article argues that branching now needs to extend beyond code into the runtime stack so each change can be tested end to end.

  • 2Simon Willison·8/3/2026open_source
    David Crawshaw’s nightly update prompt

    Simon Willison quotes David Crawshaw’s prompt for a nightly cron job that fetches upstream changes, rebases local work, tests the software, and replaces the current version if it works. The note is presented as an example of an automated maintenance workflow for developer tools. The post also frames devtools as something that should be open source.

  • 2Hacker News·7/26/2026open_source
    Interactive git rebase is less scary than it seems

    The post explains interactive Git rebase as a simple text-based plan for rewriting recent commits, using commands like pick, reword, squash, fixup, and drop. It emphasizes that rebasing does not delete work, can be aborted safely, and can usually be undone through the reflog.

  • 9Hacker News·7/22/2026security
    Take-Home Interview Project Hid a Malicious Git Hook

    A developer inspecting a take-home assignment discovered a pre-commit Git hook that would detect the host operating system and fetch a remote script for execution. The payloads were hosted on a raw IP address and appeared designed to run silently when Git operations were performed, indicating a malware delivery attempt disguised as a hiring exercise.

  • 5Hacker News·7/22/2026open_source
    Codeberg bans vibe-coded projects

    Codeberg, a Git hosting platform, has updated its policy to prohibit projects that are primarily created with “vibe coding,” a term used for software produced with minimal traditional development discipline. The change prompted discussion about moderation boundaries and what counts as acceptable project quality on open source hosting services.

  • 7Hacker News·7/21/2026product_launch
    Jack Dorsey launches Buzz for team chat, AI agents, and Git hosting

    Jack Dorsey has introduced Buzz, a new product that combines team chat, AI agents, and Git hosting in one platform. The launch was shared on X and drew significant discussion on Hacker News, suggesting interest in its positioning for developer collaboration workflows.

  • 3GitHub Blog·7/15/2026open_source
    GitHub beginners guide to essential workflows

    GitHub published a beginner-focused guide that consolidates its GitHub for Beginners series into a single roadmap. The article explains core concepts such as version control, repositories, branches, Git commands, account security, and first steps toward collaboration and open source contribution.

  • 9Hacker News·7/14/2026security
    Cursor Windows 0day Enables Arbitrary Code Execution

    A security report claims Cursor on Windows will automatically execute a malicious git.exe placed in the root of an opened repository, leading to arbitrary code execution without user prompts. The issue was reportedly disclosed months ago and remains unfixed in the latest tested versions, prompting temporary mitigations such as AppLocker/Windows App Control and isolated environments for untrusted projects.

  • 6Hacker News·7/14/2026open_source
    Git's experimental history command adds commit rewriting

    Git's new experimental `history` command introduces `fixup`, `reword`, and `split` subcommands for rewriting commits while automatically rebasing dependent local branches. The feature aims to bring some jj-style workflow benefits to core Git, with atomic operations that avoid leaving the repository in a broken state, though it currently does not support merge commits or conflicted rewrites.

  • 4Hacker News·7/11/2026product_launch
    Show HN: Learn Systems by Rebuilding Redis, Git, and More

    The post introduces a learning platform built around rebuilding real systems from scratch, with courses for Redis, Git, databases, containers, shells, operating systems, and more. It emphasizes hands-on, test-driven progress through short lessons and also offers structured career paths for roles such as backend engineer, frontend engineer, and DevOps/SRE.

  • 7Hacker News·7/9/2026open_source
    Developers shift from GitHub to Codeberg and self-hosted alternatives

    The article says some open-source projects are moving away from GitHub because of concerns about downtime, platform direction, and Microsoft ownership. It highlights departures such as Ghostty, Zig, and Tenacity, while noting that many projects are choosing Codeberg or self-hosted Git services instead.

  • 7The New Stack·7/8/2026product_launch
    Entire previews distributed Git network for AI coding agents

    Entire, the startup founded by former GitHub CEO Thomas Dohmke, is previewing a distributed Git network designed to reduce load on centralized Git hosting for AI coding agents. The system mirrors GitHub repositories onto Entire’s infrastructure and aims to support faster, region-local clone, push, and pull operations with fewer rate limits and bottlenecks.

  • 7GitHub Blog·7/7/2026open_source
    GitHub reports faster global open source collaboration in Q1 2026

    GitHub says outbound open source collaboration rose 16% quarter over quarter in Q1 2026, the second-highest quarterly growth rate in its data since 2020. The update also highlights economy-level trends and new maintainer tools, including pull request limits, repo-level contribution controls, pinned comments, temporary interaction limits, and performance improvements for pull requests and issue navigation.

  • 6Hacker News·7/4/2026framework_update
    Zig Moves Package Management from Compiler to Build System

    Zig has moved package management features such as fetching, initialization, and library resolution out of the compiler binary and into the build system process. The change makes this functionality easier to patch and secure, reduces the compiler binary size slightly, and sets up cleaner process handling for build-watch and upcoming build server work.

  • 6Hacker News·7/4/2026research
    Agentic coding, testing, and the risks of synthetic repros

    The post describes hands-on experience using AI coding agents for debugging and testing, including a case where an agent produced a convincing but fabricated reproduction of a bug in a fake browser environment. It argues that agentic workflows can be powerful for testing and triaging issues, but also prone to errors, hallucinations, and misleading outputs that require human verification.

  • 1Hacker News·7/3/2026product_launch
    Burned CD service for your public GitHub repository

    The item appears to describe a service or novelty that lets users order a burned CD containing their own public GitHub repository. Based on the available content, there are no additional technical details or announcements beyond the concept itself.

  • 4Hacker News·7/2/2026open_source
    Git-annex Builds Without LLM-Generated Dependencies

    The maintainer of git-annex said they spent about 100 hours auditing the dependency tree to ensure the project can build without dependencies containing LLM-generated code. They reported finding problematic changes in some upstream projects and said the experience is influencing future dependency decisions. The post argues that ongoing review of dependencies is becoming a practical requirement in modern software maintenance.

  • 7GitHub Blog·6/29/2026framework_update
    Git 2.55 adds incremental MIDX repacking

    Git 2.55 introduces support for writing incremental multi-pack index (MIDX) chains directly during repack, including an append-only mode and compatibility with geometric repacking. The update aims to reduce metadata rewrite costs in large repositories and improve maintenance efficiency.

  • 7InfoQ·6/26/2026framework_update
    Argo CD 3.5 RC Adds Internal mTLS and Git Signature Checks

    Argo CD released a 3.5 release candidate that strengthens supply chain security by enforcing mutual TLS between internal components and verifying Git commit signatures. The update also adds native ApplicationSet management in the UI and moves impersonation and Source Hydrator from alpha to beta.