Crates.io | nssi |
lib.rs | nssi |
version | 0.1.7 |
source | src |
created_at | 2023-02-02 11:53:03.66374 |
updated_at | 2023-07-15 04:35:28.50147 |
description | Git-like Command Line Interface |
homepage | |
repository | https://github.com/nopeNoshishi/nss |
max_upload_size | |
id | 774691 |
size | 100,459 |
Original Version Management System based on Git.
Learning git and rust for good developer.
cargo install nssi
nssi help
nssi <Commands> [Options]
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!!
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>