A minimal Git-like CLI tool built in Rust. Run essential Git commands like init, add, commit, status, clone, and push. Available both for local installation and browser usage via WebAssembly.
A minimal Git-like CLI tool built in Rust as a fun project. Get it running in minutes.
Supports core Git operations: init, add, commit, status, clone, push, and write-tree commands.
Leverages Rust's performance and safety features for a fast and reliable Git-like experience.
Run rgit in your browser using WebAssembly at webassembly.sh - no local installation needed.
Clone from GitHub and run locally with Cargo. Perfect for development and customization.
Download the WASM file directly from GitHub releases and upload to webassembly.sh instantly.
A 10-hour fun project focused on essential Git functionality with a clean command-line interface.
Two simple ways to run rgit: instantly in your browser or locally on your machine.
Download the WASM file and upload it to webassembly.sh for instant usage.
Steps:
Install via cargo package manager for system-wide access.
Installation:
cargo install rgitakAfter installation, you can run rgit commands directly from anywhere in your terminal.
Path Setup (if needed):
Windows:
Add %USERPROFILE%\.cargo\bin to PATHLinux/macOS:
export PATH="$HOME/.cargo/bin:$PATH"