README.md plus jolis

This commit is contained in:
eleonore12345 2024-07-25 10:54:34 +02:00
parent 63ad228d59
commit 28f6a4f58b
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Both have to be run from their directory because they rely on relative paths.
# Creation of the test repository # Creation of the test repository
The script test_repo_creation.sh creates a remote/$REPO_NAME repository. The script test_repo_creation.sh creates a remote/$REPO_NAME repository.
## Help extract ## Help extract
```
NAME NAME
test_repo_creation.sh test_repo_creation.sh
SYNOPSIS SYNOPSIS
@ -18,7 +19,7 @@ OPTIONS
-h prints the help. -h prints the help.
-l [link] adds the linked online repository as remote and pushes changes to it. Must be en empty repository. -l [link] adds the linked online repository as remote and pushes changes to it. Must be en empty repository.
-s creates a submodule remote/$SUB_NAME and includes it in remote/$REPO_NAME. -s creates a submodule remote/$SUB_NAME and includes it in remote/$REPO_NAME.
```
# Description of the created repository # Description of the created repository
Here is a history of the commits: Here is a history of the commits:
### branch main ### branch main

View File

@ -8,6 +8,7 @@ Each test consists of calling git_update.sh, eventually after some modifications
If all booleans of checks conducted are true, then the boolean case* is also true and the test is a success. If all booleans of checks conducted are true, then the boolean case* is also true and the test is a success.
## Help extract ## Help extract
```
NAME NAME
test_git_update.sh test_git_update.sh
SYNOPSIS SYNOPSIS
@ -28,7 +29,7 @@ DESCRIPTION
TEST7: git updated, switching to a tag, deleting and adding files in the process TEST7: git updated, switching to a tag, deleting and adding files in the process
TEST8: git updated, before and after changing a tag, deleting and adding files in the process TEST8: git updated, before and after changing a tag, deleting and adding files in the process
TEST9: git updated fast-forward on submodule on main" TEST9: git updated fast-forward on submodule on main"
```
## Debugging ## Debugging
In case of problem, it is adviced to run test_git_update.sh -c to clean the repository. In case of problem, it is adviced to run test_git_update.sh -c to clean the repository.
This will force test_repo_creation.sh to run again and provide a new test repository. This will force test_repo_creation.sh to run again and provide a new test repository.