Idiot Proof 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-friendly

    Streamline your git workflow: just type `pull`, `branch`, `merge`, `push`

    I might be mistaken but this post is basically describing git-friendly which I've used for years, is 100% flawless, and you'd need to pry from my cold, dead hands.

    https://github.com/git-friendly/git-friendly

  • 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
  • git-rebase-i-playground

    A playground/lab to test different use cases of git rebase -i

    I wrote an open source project that may be useful to people here:

    https://github.com/dmuth/git-rebase-i-playground

    It lets you create a Git repo with synthetic commits and has sample exercises for doing different things within that repo, such as removing commits or squashing commits. (along with hints and answers)

    Building this project helped me understand the ins and outs of Git much better and I suspect there will be value for anyone else who works through the examples.

  • semantic-release

    :package::rocket: Fully automated version management and package publishing

    For a nice record of history - rather than squashing all of the smaller commits into a single commit for a given feature, and then rebasing, something like semantic-release [1] could be used, which autogenerates release notes based on commit messages.

    [1] https://github.com/semantic-release/semantic-release

  • git-cola

    git-cola: The highly caffeinated Git GUI

    If you can tolerate a GUI, Git Cola might be a solution. I'm using it exclusively for some 5 years now – it's lightweight enough, but still makes you think about what you're about to commit. You can add things to .gitignore directly from there, too.

    https://git-cola.github.io/

    Default layout is pretty barebones, here's what I'm doing instead: https://u.ale.sh/my-git-cola-screenshot.png

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

  • Semantic-Release: Automate Versioning and Package Publishing with Ease

    1 project | news.ycombinator.com | 5 Sep 2024
  • Semantic-Release: Automate Versioning and Publishing with Zero Manual Steps

    1 project | news.ycombinator.com | 5 Sep 2024
  • Semantic-release – automated version management and package publishing

    1 project | news.ycombinator.com | 20 Aug 2024
  • 💡Automatic Deployment of your project dependencies updates on GCP : Efficiency vs. Cost?

    2 projects | dev.to | 30 Apr 2024
  • Announcing @ngneat/avvvatars

    4 projects | dev.to | 20 Dec 2023