the OCD won

This commit is contained in:
2024-07-24 22:35:09 -04:00
parent 742f3cae05
commit 0a62ba918d
+7 -7
View File
@@ -15,10 +15,10 @@ just use `curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/init.sh &
## Commands ## Commands
format: `ionvcs <command> [args]` format: `ionvcs <command> [args]`
| Command | Args | Description | | Command | Args | Description |
|----------|-------------|---------------------------------| |----------|--------------|---------------------------------|
| clone | \<repo-url> | Clone a repository. | | clone | \<repo-url> | Clone a repository. |
| user | \<username> | Get user information. | | user | \<username> | Get user information. |
| init | N/A | Initialize a repository. | | init | N/A | Initialize a repository. |
| login | N/A | Login to the system. | | login | N/A | Login to the system. |
| push | [-f] | Push changes to the repository. | | push | [-f] | Push changes to the repository. |