Skip to content

nopeNoshishi/nss

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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......

About

Original git project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages