Idiot Proof Git

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • 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

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

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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

  • 💡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
  • Is it possible to bypass merge queue requirement for a GitHub app without needing admin permissions?

    1 project | /r/github | 8 Nov 2023
  • 🦆 Effortless Data Quality w/duckdb on GitHub ♾️

    3 projects | dev.to | 25 Jul 2023
  • Automated Release Notes in Azure Devops

    1 project | /r/devops | 19 Apr 2023