mirror of
https://github.com/ION606/VCS.git
synced 2026-05-14 22:16:55 +00:00
ce895bddaafc4053931551d222cf4610df854dda
My remote sourcing system
Running
Option 1: The Script
just use curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/setup.sh && chmod +x ivcs.sh && sudo ./ivcs.sh
Option 2: Maually
- install
sshpass ssh pvusing your package manager - clone
https://github.com/ION606/VCS.git - move
ionsrc.desktopto wherever your system stores .desktop files - move the rest of the files to
~/ionsrc/
Commands
format: ionvcs <command> [args]
| Command | Args | Description |
|---|---|---|
| clone | <repo-url> | Clone a repository. |
| user | <username> | Get user information. |
| init | N/A | Initialize a repository. |
| login | N/A | Login to the system. |
| push | [-f] | Push changes to the repository. |
Languages
Shell
100%