nssi

Crates.ionssi
lib.rsnssi
version0.1.7
sourcesrc
created_at2023-02-02 11:53:03.66374
updated_at2023-07-15 04:35:28.50147
descriptionGit-like Command Line Interface
homepage
repositoryhttps://github.com/nopeNoshishi/nss
max_upload_size
id774691
size100,459
nopeNoshishi (nopeNoshishi)

documentation

README

Test Codecov

nss (noshishi)

Original Version Management System based on Git.

Learning git and rust for good developer.

Usage

Install

cargo install nssi

how to

nssi help
nssi <Commands> [Options]

Basic Usage

First, create repository! (git-init)

nssi voyage

Edit file .... Next snapshot the file! (git-add)

nssi snapshot `file_path`

Last you must refister version data into database! (git-commit)

nssi reg -m 'initial'

GREAT!!

Advance

Yon can trace history of commit. (git-log)

nssi stroy

You may think to go back specific commit... (git-checkout)

nssi go-to <commit hash>

Of course, you can bookmark specific commit! (git-branch)

nssi bookmark <bookmarker> <commit hash>

editiing......

Commit count: 50

cargo fmt