flit - a vcs inspired by git

flit - a vcs inspired by git

1 devlog
2h 45m
Created by virtualfuzz

It's a command line tool used to track your changes (like git).

Timeline

Thought about the design of flit, I decided to make it similar to git (since the original idea was to make a git copycat) but still different, for example I'll try to hold most files inside of .flit as normal text so any user can read it.

Also worked on the first command of flit, which will be init (like git init)

Update attachment