Some of Git Internals

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

    A pure JavaScript implementation of git for node and browsers!

  • Nice walkthrough.

    Another (complementing) way of getting an idea how Git works is by reading the source of Isomorphic Git[0]. Being in JS and with fewer (as of now) features, it’s a bit more accessible than reference Git.

    [0] E.g. https://github.com/isomorphic-git/isomorphic-git/blob/main/s...

  • ungit

    The easiest way to use git. On any platform. Anywhere.

  • Ungit[0] shows what will happen to the tree before you execute a merge or rebase. It really helped me get a hang of Git.

    [0] https://github.com/FredrikNoren/ungit

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

    Implementation of git internals from scratch in Go language

  • Good intro.

    Shameless plug: I recently picked up Golang and used it to implement a mini version of Git CLI using these internals [1].

    [1] https://github.com/ssrathi/gogit

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

  • i tried to push the changes to the remote repository but it gives an error. i can push in termux but in obsidian, it gives this error. does anyone know how to fix this?

    1 project | /r/ObsidianMD | 23 Feb 2023
  • gans - Git+Ansible: watch git repo for changes and run only changed playbooks

    2 projects | /r/selfhosted | 23 Jan 2023
  • I'm at my wits end trying to think of a master's thesis. Begging for advice at this point.

    1 project | /r/ADHD_Programmers | 19 Dec 2022
  • Git / Linux + test on monday

    1 project | /r/linuxquestions | 30 Nov 2022
  • Nextjs and git

    3 projects | dev.to | 18 Sep 2022