tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Implement a Method to Clone a Single Repo #221

Closed ashedesimone closed 6 months ago

ashedesimone commented 6 months ago

Currently the clone_repos() method in common_repo_functions.py will clone and configure an entire workspace. A method should be implemented to clone a single repository. This method should be in a common location so it can be consumed by addtional commands / common functions.

This method should leave the repo on the most specific ref defined in the project manifest file.