How to commit part of file 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
  • vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

  • the only reason I do some git stuff in vim and not _always_ in the shell, is because tpope is very thoughtful and fugitive.vim provides nice ways to deal with hunks or hunk partials (visually selecting a range within a hunk, for i.e.)

    https://github.com/tpope/vim-fugitive/blob/master/doc/fugiti...

  • paths-filter

    Conditionally run actions based on files modified by PR, feature branch or pushed commits

  • I also set up recently the policy to onl use merge commits on stable branch, as otherwise the path filter^1 in the workflows would not detect correctly which files changed in a PR.

    [1] https://github.com/dorny/paths-filter

  • 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
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

  • Is there a GitHub Actions equivalent to CircleCI dynamic config?

    2 projects | /r/devops | 22 Jan 2023
  • Turborepo + GitHub Actions

    2 projects | /r/node | 17 Dec 2022
  • GitHub Actions Pitfalls

    11 projects | news.ycombinator.com | 26 Sep 2022
  • GitHub Actions as a time-sharing supercomputer

    4 projects | news.ycombinator.com | 10 Jan 2024
  • Deploy Lambda only when there are code changes

    2 projects | /r/aws | 1 Mar 2023