Category "gitpython"

GitPython - script error - already exists and is not an empty directory

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

Python - how to check whether the path is under a git repo? and extract the repo name

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

Retrieve Github repository name using GitPython

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