Chest-X-ray-Generator

Instructions

Cloning Repository

Enter the following command to clone the repository:

git clone https://github.com/Alaqian/Chest-X-ray-Generator

Navigate to the cloned repository:

cd Chest-X-ray-Generator

Enter the following command to initialize and update all submodules:

git submodule update --init --recursive

Adding a Submodule

To add a submodule to this repository, first create a fork of the original repository.

Then you can use the git submodule add command followed by the URL of the forked repository.

git submodule add https://github.com/example-username/example-repo.git

This will create a new directory in your repository that contains a clone of the "example-repo" repository.

Commit and push the changes to the main branch.