I have a script that makes a clone of the repository I need. This script must be executed every day, i.e. reload data from the repository. There are no problems
I'm trying to develop a Gatekeeping script in python rollin.py with the following requirements: Assume user would launch the rollin.py script from anywhere wit
Is there a way to get the repository name using GitPython? repo = git.Repo.clone_from(repoUrl, ".", branch=branch) I can't seem to find any properties attach