groot-vcs-client
v1.0.1
Published
A simple and lightweight version control system CLI - like Git, but simpler
Maintainers
Readme
Groot VCS
A simple and lightweight version control system CLI - like Git, but simpler.
Installation
Install globally using npm:
npm install -g groot-vcs-clientUsage
Initialize a Repository
groot initCreates a new .groot directory in your project to track changes.
Add Files to Staging
groot add <file>Stage a file for the next commit.
Commit Changes
groot commit "Your commit message"Commit all staged changes with a descriptive message.
View Commit History
groot logDisplay the commit history for the repository.
Show Commit Details
groot show <commitHash>View the changes made in a specific commit.
Push to Remote
groot push <repo>Push your commits to a remote repository.
Pull from Remote
groot pull <repo>Pull commits from a remote repository.
Authentication
groot login # Login to Groot backend
groot logout # Logout from Groot backendList Repositories
groot list-reposList all repositories for the logged-in user.
Help
groot --help
groot <command> --helpRequirements
- Node.js >= 16.0.0
License
MIT
