Branchless Workflow for Git

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. git-branchless

    High-velocity, monorepo-scale workflow for Git

    > Is this for a case where a bunch of people branch from master@HEAD (lets call this A), then you need to modify A, so you then need to rebase each branch that branched from A individually?

    Mainly it's for when you branch from A multiple times, and then modify A. This can happen if you have some base work that you build multiple features on top of. I routinely do this as part of rapid prototyping, as described here: https://github.com/arxanas/git-branchless/wiki/Workflow:-div...

    `git undo` shows a list of operations it'll execute, which you have to confirm before accepting. Of course, it's ultimately a matter of trust in the tools you use.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. jj

    Discontinued A Git-compatible VCS that is both simple and powerful [Moved to: https://github.com/jj-vcs/jj] (by martinvonz)

  4. sapling

    A Scalable, User-Friendly Source Control System.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JJ Cheat Sheet

    2 projects | news.ycombinator.com | 11 Feb 2025
  • Meta developer tools: Working at scale

    6 projects | news.ycombinator.com | 28 Jun 2023
  • Show HN: CLI Tool to Automatically Create Organized Commits for PRs

    3 projects | news.ycombinator.com | 19 Jun 2025
  • Хороший продукт не заставляет о себе говорить

    1 project | dev.to | 19 Jun 2025
  • Jujutsu v0.30.0 Released

    1 project | news.ycombinator.com | 4 Jun 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?