Git Techniques at Risk Ledger

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

    Focus on what matters instead of fighting with Git.

    > I have often wondered why a tool that sits atop of git doesn’t exist.

    Well, some software like SourceTree allows making certain workflows, like Gitflow easier: https://weaintplastic.github.io/web-development-field-guide/... and https://www.atlassian.com/git/tutorials/comparing-workflows/...

    Of course, that workflow is now considered a bit dated at this point and is only good for some projects, as a way to manage their complexities.

    Now, my memory might be failing me, but i actually recall GitKraken having a lot of nice functionality, like being able to get rid of bad branch merges with ctrl+z, much like one would undo a bad text edit in other software, which seemed really intuitive and functional: https://www.gitkraken.com/

    Personally i'm only aware of such small, yet nice improvements in the GUI space, like how GitHub Desktop also attempted simplifying working with Git (within their platform) somewhat: https://desktop.github.com/

    I guess that perhaps a larger amount of people who use the Git CLI are okay with it or just tolerate, rather than the ones in the Git UI app space, where new apps pop up every now and then?

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

    Pretty diff to html javascript library (diff2html)

    My favorite git-related thing is `diff2html` so I set up an alias `diff` which will open the browser and show me all the changes I've made to the branch:

    https://diff2html.xyz/

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

  • Enable WSL shell in GitHub Desktop

    1 project | dev.to | 28 Aug 2024
  • diff2html

    1 project | news.ycombinator.com | 26 Jun 2024
  • Mastering Git: Essential Commands, Workflows, and Their Uses Explained

    1 project | dev.to | 22 Jun 2024
  • Make your first contribution on github easily

    2 projects | dev.to | 19 Jun 2024
  • Show HN: GitHub Desktop (GUI for Git operation)

    1 project | news.ycombinator.com | 19 Jan 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?