commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Update the scripts to use functions in `utils/git_utils.py` for repository processing tasks #39

Closed tnzmnjm closed 3 months ago

tnzmnjm commented 3 months ago

There is a Utility module for working with Git repositories in Python scripts. It provides functions to determine the root of the current Git repository and to handle decisions related to repository processing tasks.

We need to update the scripts to utilise the functions in utils/git_utils.py for this purpose.