Branchless Workflow for Git

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • jj

    A Git-compatible VCS that is both simple and powerful

  • 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

  • Meta developer tools: Working at scale

    6 projects | news.ycombinator.com | 28 Jun 2023
  • Sapling: Source control that's user-friendly and scalable

    6 projects | news.ycombinator.com | 10 Sep 2024
  • Circles of Truth: Overcomplicating simple commands

    1 project | dev.to | 16 Aug 2024
  • The Weird Nerd comes with trade-offs

    1 project | news.ycombinator.com | 9 Jun 2024
  • Julia Evans' Git Cheat Sheet [pdf]

    7 projects | news.ycombinator.com | 26 May 2024

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