To be honest, I do not quite remember everything I changed here today. But it is all good, I tell ya.

This commit is contained in:
2022-04-30 18:34:51 +03:00
parent 37ca7546c3
commit f429fc5687

View File

@@ -19,7 +19,7 @@ sudo cp giteaDo /usr/bin/
## Usage ## Usage
giteaDo [-h|-c|-d|-l] giteaDo [-h|-c|-i|-d|-l]
> you can have many options in one run such as giteaDo -h -l -d > you can have many options in one run such as giteaDo -h -l -d
@@ -35,7 +35,8 @@ To create a new repository
giteaDo -c|--create giteaDo -c|--create
``` ```
To create a new repository in current folder with a random commit message (If you don't want it to be random just change the message in something like "Initial commit") To create a new repository in current folder with a random commit message
(If you don't want it to be random just change the message in something like "Initial commit")
```sh ```sh
giteaDo -i|--instant giteaDo -i|--instant