Files
VCS/README.md
T

24 lines
896 B
Markdown
Raw Normal View History

2024-06-26 12:03:29 -04:00
# My remote sourcing system
## Running
## Option 1: The Script
2024-06-26 16:04:49 +00:00
just use `curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/init.sh && chmod +x ivcs.sh && sudo ./ivcs.sh`
2024-06-26 12:03:29 -04:00
## 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. |
2024-06-26 16:04:49 +00:00
| push | [-f] | Push changes to the repository. |