drs-11 / ngc

Totally not a git clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngc

A version control system created as a proof-of-concept project.

ngc-workflow Actions Status

Commands

Initialise a folder as an ngc repo:

$ alias ngc="python3 /path/to/ngc/ngc.py"
$ ngc init

Commit changes in a repo:

$ ngc commit
Enter commit message: first commit

Get status of modified files:

$ ngc status

Reset to the last commit:

$ ngc reset

Get the logs of commits:

$ ngc log

Checkout a specific commit:

$ ngc checkout <hash value of commit>

A design document was made for this project located in docs.

About

Totally not a git clone


Languages

Language:Python 100.0%