New Show Hacker News story: Show HN: Building a Git teaching tool that runs Git in the browser

Show HN: Building a Git teaching tool that runs Git in the browser
2 by thomscoder | 2 comments on Hacker News.
Repo: https://ift.tt/6tr1hxD Harmony was born as a tool to create and/or modify local files, on the fly, in your browser. Few weeks ago I decided to try to implement a sort of version control system in it. I think it would be cool one day to either use it for personal use or to teach Git concepts in a sandboxed area. Harmony is powered by web assembly and it runs all the git related stuff in-memory. In this release I brought an initial support for directories and the possibility to checkout to a particular commit

Comments

Popular posts from this blog

New Show Hacker News story: Show HN: Sora, Personal Publishing Platform

New Show Hacker News story: Show HN: KrotoDC – gRPC in Kotlin with Dataclasses