2024-06-26 13:11:19 -04:00
2024-06-26 12:03:29 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 12:03:29 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 12:03:29 -04:00
2024-06-26 13:36:40 +00:00
2024-06-26 13:11:19 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 13:11:19 -04:00
2024-06-26 13:11:19 -04:00

ION VCS

A future version control system and file sharing system built over rsync and inspired by the github cli

Running

Option 1: The Script

just use curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/init.sh && chmod +x ivcs.sh && ./ivcs.sh

Option 2: Maually

  1. install sshpass ssh pv using your package manager
  2. clone https://github.com/ION606/VCS.git
  3. move ionsrc.desktop to wherever your system stores .desktop files
  4. 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.
S
Description
mirror of ION606/VCS A future version control system and file sharing system built over rsync and inspired by the github cli
Readme MIT 64 KiB
Languages
Shell 100%