A look how branches work in Git

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
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

  • The article talks about how branches are used for experimentation, but my opinion is that branches are actually often too heavyweight in Git – they're not convenient to use for local prototyping. I made the branchless workflow to improve on this use-case: https://github.com/arxanas/git-branchless

  • gitjk

    Undo what you just did in git

  • I watched your demo video and I don't see any advantages over using named branches, and you describe no specific advantages in your README.

    You just didn't give your branch a name, and referred to commits by ID. Fine, I guess, but are names so bad that you're gonna adopt a non-standard git workflow?

    `git undo` is cool. There have been a number of fun variations on it over the years, and yours seems fine, but it's usually a leaky abstraction. I expect that yours is, too, but that's just because git itself is a leaky abstraction; it's just really hard to build a strong foundation on sand.

    https://github.com/mapmeld/gitjk

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • git-extras

    GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

  • git-undo

    Undo what you just did in git

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
  • Branchless Workflow for Git

    1 project | /r/hypeurls | 8 Jan 2023
  • Branchless Workflow for Git

    4 projects | news.ycombinator.com | 8 Jan 2023
  • Where are my Git UI features from the future?

    9 projects | news.ycombinator.com | 8 Jan 2023
  • git-branchless: High-velocity, monorepo-scale workflow for Git

    1 project | /r/CKsTechNews | 17 Nov 2022