https://github.com/birdmod/fgit
RGit... in F#
https://github.com/birdmod/fgit
dotnetcore fsharp git
Last synced: about 1 month ago
JSON representation
RGit... in F#
- Host: GitHub
- URL: https://github.com/birdmod/fgit
- Owner: birdmod
- Created: 2019-03-21T22:15:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:50:55.000Z (over 3 years ago)
- Last Synced: 2025-04-24T03:30:33.587Z (about 1 year ago)
- Topics: dotnetcore, fsharp, git
- Language: F#
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FGit
RGit... in F#
So the other day, like five weeks ago, I stumbled upon an article about writing Git in Ruby an to better understand it. The challenge was to see if it was possible to switch it to FSharp. The original repo is [here](https://github.com/JoelQ/rgit).