This repository is an example of how to clone and add another repository to an existing repository.
- Open your terminal.
- Navigate to the directory where you want to clone the repository.
- Run the following command:
git clone https://github.com/copilot-extensions/skillset-example.git
- Create a directory named
skillset-example
in this repository. - Move the cloned repository into the
skillset-example
directory. - Add the files from the cloned repository to the
skillset-example
directory. - Commit the changes to this repository.